Home
last modified time | relevance | path

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

/xnu-10002.1.13/pexpert/gen/
H A Dkcformat.c132 PE_get_kc_header(kc_kind_t type) in PE_get_kc_header() function
193 kernel_mach_header_t *mh = PE_get_kc_header(KCKindPrimary); in PE_get_primary_kc_format()
/xnu-10002.1.13/libsa/
H A Dbootstrap.cpp196 mh = (kernel_mach_header_t *)PE_get_kc_header(KCKindPrimary); in readStartupExtensions()
212 akc_mh = (kernel_mach_header_t*)PE_get_kc_header(KCKindAuxiliary); in readStartupExtensions()
/xnu-10002.1.13/osfmk/kern/
H A Dkext_alloc.c254 kernel_mach_header_t *kc = PE_get_kc_header(KCKindAuxiliary); in kext_receipt()
H A Ddebug.c1870 void *kch = PE_get_kc_header(KCKindPrimary);
H A Dkalloc.c981 kc_mh = (kernel_mach_header_t *)PE_get_kc_header(KCKindPrimary); in kalloc_type_view_parse()
/xnu-10002.1.13/pexpert/pexpert/
H A Dpexpert.h481 extern void *PE_get_kc_header(kc_kind_t type);
/xnu-10002.1.13/osfmk/arm64/
H A Darm_vm_init.c2032 kernel_mach_header_t *kc_mh = PE_get_kc_header(KCKindPrimary); in arm_vm_init()
/xnu-10002.1.13/bsd/kern/
H A Dkern_sysctl.c2262 mh = (kernel_mach_header_t *)PE_get_kc_header(KCKindPrimary);
4164 void *kch = PE_get_kc_header(KCKindPrimary);
/xnu-10002.1.13/libkern/c++/
H A DOSKext.cpp1249 kernel_mach_header_t *mh = (kernel_mach_header_t *)PE_get_kc_header(KCKindPrimary); in removeKextBootstrap()
1269 kernel_mach_header_t *mh = (kernel_mach_header_t *)PE_get_kc_header(KCKindPrimary); in removeKextBootstrap()
10867 _mh = (kernel_mach_header_t*)PE_get_kc_header(type);
13105 akc_mh = (kernel_mach_header_t*)PE_get_kc_header(KCKindAuxiliary);