Searched refs:fat_arch (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dmach_fat.h38 struct fat_arch *archret, int affinity);
40 struct fat_arch *archret);
42 vm_offset_t data_ptr, struct fat_arch *archret);
H A Dmach_fat.c53 * archret (out): Pointer to fat_arch structure to hold
69 struct fat_arch *archret)
75 struct fat_arch *arch;
76 struct fat_arch *best_arch;
100 end_of_archs = (off_t)nfat_arch * sizeof(struct fat_arch) +
114 end_of_archs < (off_t)(sizeof(struct fat_header)+sizeof(struct fat_arch)))
118 * Round size of fat_arch structures up to page boundry.
131 * Scan the fat_arch's looking for the best one. */
135 arch = (struct fat_arch *) (addr + sizeof(struct fat_header));
200 struct fat_arch *archre
[all...]
H A Dkern_exec.c593 struct fat_arch fat_arch; local
607 struct fat_arch *arches = (struct fat_arch *) (fat_header + 1);
633 fat_arch.cputype = archtype;
634 fat_arch.cpusubtype = archsubtype;
635 fat_arch.offset = OSSwapBigToHostInt32(
637 fat_arch.size = OSSwapBigToHostInt32(
639 fat_arch.align = OSSwapBigToHostInt32(
650 &fat_arch,
[all...]
H A Dmach_loader.c1701 struct fat_arch fat_arch; local
1781 (vm_offset_t)(&header->fat_header), &fat_arch);
1787 sizeof (header->mach_header), fat_arch.offset,
1801 *file_offset = fat_arch.offset;
1802 *macho_size = fat_arch.size;
/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
56 struct fat_arch { struct
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_object.c423 struct fat_arch *archs = (struct fat_arch *) &fat[1];
448 struct fat_arch *arch = NULL;
455 /* Swap the fat_arch structures if necessary */

Completed in 28 milliseconds