Searched refs:fh_be (Results 1 – 2 of 2) sorted by relevance
197 const struct fat_header* fh_be = buf; in is_macho_object_file() local203 if (ntohl(fh_be->magic) == FAT_MAGIC) in is_macho_object_file()269 { struct fat_header* fh_be; in map_image_aboard() local283 fh_be = (struct fat_header *)ii->img; in map_image_aboard()284 fh.magic = ntohl(fh_be->magic); in map_image_aboard()285 fh.nfat_arch = ntohl(fh_be->nfat_arch); in map_image_aboard()295 for (f = 0, arch_be = (struct fat_arch *)(fh_be+1); in map_image_aboard()
113 const struct fat_header* fh_be = buf; in ML_() local119 if (VG_(ntohl)(fh_be->magic) == FAT_MAGIC) in ML_()164 struct fat_header fh_be; in map_image_aboard() local181 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()