Home
last modified time | relevance | path

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

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