Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/kxld/
H A Dkxld_versionmin.c75 case PLATFORM_IOS: in kxld_versionmin_init_from_build_cmd()
/xnu-8020.121.3/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1277 #define PLATFORM_IOS 2 macro
/xnu-8020.121.3/bsd/kern/
H A Dmach_loader.c1390 if (result->ip_platform == PLATFORM_IOS) { in parse_machfile()
1417 if (result->ip_platform == PLATFORM_IOS) { in parse_machfile()
2564 platform = PLATFORM_IOS; in load_version()
H A Dkern_mman.c149 case PLATFORM_IOS: in proc_2020_fall_os_sdk()
H A Dkern_exec.c1214 if (proc_platform(p) == PLATFORM_IOS) { in exec_mach_imgact()
6902 if (proc_platform(p) == PLATFORM_IOS) { in check_for_signature()
6928 } else if (psa->psa_platform != PLATFORM_IOS) { in check_for_signature()
H A Dkern_mib.c485 if (proc_platform(req->p) == PLATFORM_IOS) { in sysctl_hw_generic()
/xnu-8020.121.3/osfmk/kern/
H A Dtask.c5382 platform == PLATFORM_IOS && in task_info()
/xnu-8020.121.3/bsd/net/
H A Dnecp.c6713 if (platform != PLATFORM_IOS || in necp_check_restricted_multicast_drop()