Home
last modified time | relevance | path

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

/xnu-8020.121.3/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-8020.121.3/tests/
H A Dmacho_size_63133398.c3167 struct fat_header *fat_header; variable
/xnu-8020.121.3/bsd/kern/
H A Dchunklist.c716 struct fat_header *fat_header = buf; in authenticate_libkern_uuid() local
H A Dmach_loader.c2955 struct fat_header fat_header; member
H A Dkern_exec.c743 struct fat_header *fat_header = (struct fat_header *)imgp->ip_vdata; in exec_fat_imgact() local