Home
last modified time | relevance | path

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

/xnu-10002.41.9/libkern/kxld/
H A Dkxld_versionmin.c75 case PLATFORM_IOS: in kxld_versionmin_init_from_build_cmd()
/xnu-10002.41.9/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1277 #define PLATFORM_IOS 2 macro
/xnu-10002.41.9/bsd/kern/
H A Dmach_loader.c1411 if (result->ip_platform == PLATFORM_IOS) { in parse_machfile()
1438 if (result->ip_platform == PLATFORM_IOS) { in parse_machfile()
2609 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.c1060 case PLATFORM_IOS: in exec_setup_tpro()
1386 if (proc_platform(p) == PLATFORM_IOS) { in exec_mach_imgact()
7520 if (proc_platform(p) == PLATFORM_IOS) { in process_signature()
7546 } else if (psa->psa_platform != PLATFORM_IOS) { in process_signature()
H A Dkern_mib.c528 if (proc_platform(req->p) == PLATFORM_IOS) { in sysctl_hw_generic()
/xnu-10002.41.9/osfmk/ipc/
H A Dmach_msg.c648 case PLATFORM_IOS: in mach_msg_legacy_allowed()
/xnu-10002.41.9/osfmk/kern/
H A Dtask.c5673 platform == PLATFORM_IOS && in task_info()
5702 platform == PLATFORM_IOS && in task_info()
/xnu-10002.41.9/bsd/net/
H A Dnecp.c6856 if ((platform != PLATFORM_IOS || in necp_check_restricted_multicast_drop()