Home
last modified time | relevance | path

Searched refs:PLATFORM_IOS (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.81.2/libkern/kxld/
H A Dkxld_versionmin.c75 case PLATFORM_IOS: in kxld_versionmin_init_from_build_cmd()
/xnu-8792.81.2/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1277 #define PLATFORM_IOS 2 macro
/xnu-8792.81.2/bsd/kern/
H A Dmach_loader.c1407 if (result->ip_platform == PLATFORM_IOS) { in parse_machfile()
1434 if (result->ip_platform == PLATFORM_IOS) { in parse_machfile()
2604 platform = PLATFORM_IOS; in load_version()
H A Dkern_mman.c151 case PLATFORM_IOS: in proc_2020_fall_os_sdk_or_later()
H A Dkern_exec.c1039 case PLATFORM_IOS: in exec_setup_tpro()
1365 if (proc_platform(p) == PLATFORM_IOS) { in exec_mach_imgact()
7389 if (proc_platform(p) == PLATFORM_IOS) { in process_signature()
7415 } else if (psa->psa_platform != PLATFORM_IOS) { in process_signature()
H A Dkern_mib.c491 if (proc_platform(req->p) == PLATFORM_IOS) { in sysctl_hw_generic()
/xnu-8792.81.2/osfmk/ipc/
H A Dmach_msg.c605 case PLATFORM_IOS: in mach_msg_legacy_allowed()
/xnu-8792.81.2/osfmk/kern/
H A Dtask.c5413 platform == PLATFORM_IOS && in task_info()
5442 platform == PLATFORM_IOS && in task_info()
/xnu-8792.81.2/bsd/net/
H A Dnecp.c6667 if ((platform != PLATFORM_IOS || in necp_check_restricted_multicast_drop()