Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/kxld/
H A Dkxld_versionmin.c75 case PLATFORM_IOS: in kxld_versionmin_init_from_build_cmd()
/xnu-8019.80.24/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1277 #define PLATFORM_IOS 2 macro
/xnu-8019.80.24/bsd/kern/
H A Dmach_loader.c1391 if (result->ip_platform == PLATFORM_IOS) { in parse_machfile()
1418 if (result->ip_platform == PLATFORM_IOS) { in parse_machfile()
2567 platform = PLATFORM_IOS; in load_version()
H A Dkern_mman.c149 case PLATFORM_IOS: in proc_2020_fall_os_sdk()
H A Dkern_exec.c1213 if (proc_platform(p) == PLATFORM_IOS) { in exec_mach_imgact()
6947 if (proc_platform(p) == PLATFORM_IOS) { in check_for_signature()
6973 } 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-8019.80.24/osfmk/kern/
H A Dtask.c5385 platform == PLATFORM_IOS && in task_info()
/xnu-8019.80.24/bsd/net/
H A Dnecp.c6420 if (platform != PLATFORM_IOS || in necp_check_restricted_multicast_drop()