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

/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c172 const struct fat_header* fh_be = buf; local
178 if (ntohl(fh_be->magic) == FAT_MAGIC)
244 { struct fat_header* fh_be; local
258 fh_be = (struct fat_header *)ii->img;
259 fh.magic = ntohl(fh_be->magic);
260 fh.nfat_arch = ntohl(fh_be->nfat_arch);
270 for (f = 0, arch_be = (struct fat_arch *)(fh_be+1);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c121 const struct fat_header* fh_be = buf; local
127 if (VG_(ntohl)(fh_be->magic) == FAT_MAGIC)
196 { struct fat_header* fh_be; local
212 fh_be = (struct fat_header *)ii->img;
213 fh.magic = VG_(ntohl)(fh_be->magic);
214 fh.nfat_arch = VG_(ntohl)(fh_be->nfat_arch);
225 for (f = 0, arch_be = (struct fat_arch *)(fh_be+1);

Completed in 168 milliseconds