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

/external/valgrind/coregrind/
H A Dfixup_macho_loadcmds.c198 const struct fat_header* fh_be = buf; local
204 if (ntohl(fh_be->magic) == FAT_MAGIC)
270 { struct fat_header* fh_be; local
284 fh_be = (struct fat_header *)ii->img;
285 fh.magic = ntohl(fh_be->magic);
286 fh.nfat_arch = ntohl(fh_be->nfat_arch);
296 for (f = 0, arch_be = (struct fat_arch *)(fh_be+1);
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c113 const struct fat_header* fh_be = buf; local
119 if (VG_(ntohl)(fh_be->magic) == FAT_MAGIC)
164 struct fat_header fh_be; local
181 ML_(img_get)(&fh_be, sli.img, fh_be_ioff, sizeof(fh_be));
183 fh.magic = VG_(ntohl)(fh_be.magic);
184 fh.nfat_arch = VG_(ntohl)(fh_be.nfat_arch);

Completed in 200 milliseconds