Searched refs:arch_be (Results 1 – 2 of 2) sorted by relevance
288 struct fat_arch *arch_be; in map_image_aboard() local295 for (f = 0, arch_be = (struct fat_arch *)(fh_be+1); in map_image_aboard()297 f++, arch_be++) { in map_image_aboard()306 arch.cputype = ntohl(arch_be->cputype); in map_image_aboard()307 arch.cpusubtype = ntohl(arch_be->cpusubtype); in map_image_aboard()308 arch.offset = ntohl(arch_be->offset); in map_image_aboard()309 arch.size = ntohl(arch_be->size); in map_image_aboard()
210 struct fat_arch arch_be; in map_image_aboard() local212 ML_(img_get)(&arch_be, sli.img, arch_be_ioff, sizeof(arch_be)); in map_image_aboard()214 arch.cputype = VG_(ntohl)(arch_be.cputype); in map_image_aboard()215 arch.cpusubtype = VG_(ntohl)(arch_be.cpusubtype); in map_image_aboard()216 arch.offset = VG_(ntohl)(arch_be.offset); in map_image_aboard()217 arch.size = VG_(ntohl)(arch_be.size); in map_image_aboard()