Home
last modified time | relevance | path

Searched refs:filetype (Results 1 – 17 of 17) sorted by relevance

/xnu-8020.121.3/libkern/kxld/
H A Dkxld_object.c82 uint32_t filetype; member
162 u_int *filetype, u_int *ncmds);
168 u_int *filetype, u_int *ncmds);
274 object->filetype = mach_hdr->filetype; in kxld_object_init_from_macho()
277 object->filetype = mach_hdr->filetype; in kxld_object_init_from_macho()
280 switch (object->filetype) { in kxld_object_init_from_macho()
301 kKxldLogFiletypeNotSupported, object->filetype); in kxld_object_init_from_macho()
585 u_int filetype = 0; in init_from_final_linked_image() local
603 my_file, offset, &filetype, &ncmds); in init_from_final_linked_image()
797 *filetype_out = filetype; in init_from_final_linked_image()
[all …]
H A Dkxld_util.c330 if (mach_hdr->filetype == MH_EXECUTE) { in validate_and_swap_macho_32()
511 if (mach_hdr->filetype == MH_EXECUTE) { in validate_and_swap_macho_64()
/xnu-8020.121.3/pexpert/gen/
H A Dkcformat.c194 if (mh && mh->filetype == MH_FILESET) { in PE_get_primary_kc_format()
/xnu-8020.121.3/osfmk/arm/
H A Darm_init.c234 assert(kc_mh->filetype == MH_FILESET); in arm_slide_rebase_and_sign_image()
299 assert(akc_mh->filetype == MH_FILESET); in arm_auxkc_init()
/xnu-8020.121.3/tools/lldbmacros/
H A Dmacho.py86 self.filetype = self.get_filetype_shortname(header.filetype)
/xnu-8020.121.3/libsa/
H A Dbootstrap.cpp292 kPrelinkTextSegment, loaded_kcUUID, (mh->filetype == MH_FILESET) ? type : KCKindUnknown); in readPrelinkedExtensions()
316 if (mh->filetype != MH_FILESET) { in readPrelinkedExtensions()
/xnu-8020.121.3/EXTERNAL_HEADERS/mach-o/
H A Dloader.h58 uint32_t filetype; /* type of file */ member
76 uint32_t filetype; /* type of file */ member
/xnu-8020.121.3/bsd/kern/
H A Dkern_core.c403 mh64->filetype = MH_CORE; in coredump()
411 mh->filetype = MH_CORE; in coredump()
H A Dmach_loader.c159 uint32_t filetype,
842 switch (header->filetype) { in parse_machfile()
1136 header->filetype, in parse_machfile()
1190 header->filetype, in parse_machfile()
2019 uint32_t filetype, in load_segment() argument
2272 if (filetype != MH_DYLINKER && scp->vmaddr == 0) { in load_segment()
2273 DEBUG4K_ERROR("LOAD_BADMACHO filetype %d vmaddr 0x%llx\n", filetype, scp->vmaddr); in load_segment()
2469 filetype == MH_DYLINKER && in load_segment()
H A Dkern_exec.c1047 if (mach_header->filetype != MH_EXECUTE) { in exec_mach_imgact()
/xnu-8020.121.3/libkern/
H A Dkernel_mach_header.c241 mhp->filetype == MH_OBJECT) { in getsectbynamefromheader()
/xnu-8020.121.3/SETUP/kextsymboltool/
H A Dkextsymboltool.c740 hdr.filetype = MH_KEXT_BUNDLE; in main()
778 hdr.filetype = MH_KEXT_BUNDLE; in main()
/xnu-8020.121.3/osfmk/kdp/
H A Dprocessor_core.c367 core_header.filetype = MH_CORE; in coredump_save_summary()
389 core_header.filetype = MH_CORE; in coredump_save_summary()
/xnu-8020.121.3/libkern/os/
H A Dlog_encode.c503 if (mh->filetype == MH_EXECUTE && !driverKit) { in write_address_location()
/xnu-8020.121.3/osfmk/mach/
H A Ddyld_kernel_fixups.h400 assert(kc_mh->filetype == MH_FILESET); in kernel_collection_adjust_mh_addrs()
/xnu-8020.121.3/osfmk/i386/
H A Di386_init.c657 assert(kc_mh->filetype == MH_FILESET); in i386_slide_and_rebase_image()
/xnu-8020.121.3/libkern/c++/
H A DOSKext.cpp12585 if (base_mh->filetype != MH_FILESET) {
12587 " is not an MH_FILESET, it is %x", base_mh->filetype);
12590 "mapKCTextSegment mach header filetype is not an MH_FILESET, it is %x", base_mh->filetype);