Searched refs:fat_header (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dfat.h28 * there is one fat_header structure followed by a number of fat_arch
30 * cputype and cpusubtype, the fat_header describes the file offset, file
51 struct fat_header { struct
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_fat.c83 struct fat_header *header;
92 header = (struct fat_header *)data_ptr;
101 sizeof(struct fat_header);
114 end_of_archs < (off_t)(sizeof(struct fat_header)+sizeof(struct fat_arch)))
135 arch = (struct fat_arch *) (addr + sizeof(struct fat_header));
H A Dmach_loader.c1317 struct fat_header fat_header; member in union:macho_data::macho_vnode_header
1770 } else if (header->fat_header.magic == FAT_MAGIC ||
1771 header->fat_header.magic == FAT_CIGAM) {
1781 (vm_offset_t)(&header->fat_header), &fat_arch);
H A Dkern_exec.c591 struct fat_header *fat_header = (struct fat_header *)imgp->ip_vdata; local
598 if ((fat_header->magic != FAT_MAGIC) &&
599 (fat_header->magic != FAT_CIGAM)) {
607 struct fat_arch *arches = (struct fat_arch *) (fat_header + 1);
610 nfat_arch = OSSwapBigToHostInt32(fat_header->nfat_arch);
649 (vm_offset_t)fat_header,
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_object.c422 struct fat_header *fat = (struct fat_header *) ((void *) file);

Completed in 34 milliseconds