Searched refs:fat_archs (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/file-46/file/src/
H A Dreadmacho.c68 struct fat_arch *fat_archs; local
99 if ((fat_archs = (struct fat_arch *)malloc(arch_size)) == NULL) {
103 memcpy((void *)fat_archs, buf + sizeof(struct fat_header), arch_size);
105 swap_fat_arch(fat_archs, fat_header.nfat_arch, NX_LittleEndian);
111 fat_archs[i].cputype, fat_archs[i].cpusubtype);
114 if (fat_archs[i].offset + fat_archs[i].size > size) {
115 free(fat_archs);
119 if (lseek(fd, fat_archs[
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dnlist.c163 struct fat_arch *fat_archs, *fap; local
186 fat_archs = (struct fat_arch *)malloc(fh.nfat_arch *
188 if (fat_archs == NULL) {
191 if (read(fd, (char *)fat_archs,
194 free(fat_archs);
203 fat_archs[i].cputype =
204 OSSwapBigToHostInt32(fat_archs[i].cputype);
205 fat_archs[i].cpusubtype =
206 OSSwapBigToHostInt32(fat_archs[i].cpusubtype);
207 fat_archs[
[all...]
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A Ddlf.h165 struct fat_arch *fat_archs; /* if needed converted to host byte sex */ member in struct:ofile

Completed in 89 milliseconds