Searched refs:fat_arches (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dfat_util.c52 struct fat_arch * fat_arches; member in struct:__fat_iterator
90 iter->fat_arches = (struct fat_arch *)((char *)iter->fat_header +
94 arches_end = (void *)iter->fat_arches +
271 arch_start = (struct fat_arch *)((void *)iter->fat_arches +
319 struct fat_arch * fat_arches; local
338 fat_arches = fat_arches_copy;
340 memcpy(fat_arches, iter->fat_arches, fat_arches_size);
346 fat_arches[index].cputype =
347 OSSwapBigToHostInt32(fat_arches[inde
[all...]
/macosx-10.9.5/cctools-845/misc/
H A Dlipo.c81 struct fat_arch *fat_arches; member in struct:input_file
737 print_arch(&(input_files[i].fat_arches[j]));
768 print_arch(&(input_files[i].fat_arches[j]));
770 print_cputype(input_files[i].fat_arches[j].cputype,
771 input_files[i].fat_arches[j].cpusubtype &
774 input_files[i].fat_arches[j].offset);
776 input_files[i].fat_arches[j].size);
778 input_files[i].fat_arches[j].align,
779 1 << input_files[i].fat_arches[j].align);
1032 input->fat_arches
[all...]

Completed in 182 milliseconds