Home
last modified time | relevance | path

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

/xnu-12377.41.6/EXTERNAL_HEADERS/mach-o/
H A Dfat.h51 struct fat_header { struct
52 uint32_t magic; /* FAT_MAGIC */
53 uint32_t nfat_arch; /* number of structs that follow */
/xnu-12377.41.6/tests/
H A Dmacho_size_63133398.c3167 struct fat_header *fat_header; variable
/xnu-12377.41.6/bsd/kern/
H A Dchunklist.c573 struct fat_header *fat_header = buf; in authenticate_libkern_uuid() local
H A Dmach_loader.c3131 struct fat_header fat_header; member
H A Dkern_exec.c776 struct fat_header *fat_header = (struct fat_header *)imgp->ip_vdata; in exec_fat_imgact() local