Home
last modified time | relevance | path

Searched defs:fat_arch (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/EXTERNAL_HEADERS/mach-o/
H A Dfat.h56 struct fat_arch { struct
57 cpu_type_t cputype; /* cpu specifier (int) */
58 cpu_subtype_t cpusubtype; /* machine specifier (int) */
59 uint32_t offset; /* file offset to this object file */
60 uint32_t size; /* size of this object file */
61 uint32_t align; /* alignment as a power of 2 */
/xnu-12377.41.6/tests/
H A Dmacho_size_63133398.c3168 struct fat_arch *fat_arch; variable
/xnu-12377.41.6/bsd/kern/
H A Dchunklist.c574 struct fat_arch fat_arch; in authenticate_libkern_uuid() local
H A Dmach_loader.c3893 struct fat_arch fat_arch; in get_macho_vnode() local
H A Dkern_exec.c778 struct fat_arch fat_arch; in exec_fat_imgact() local