Searched refs:arch_be (Results 1 – 2 of 2) sorted by relevance
263 struct fat_arch *arch_be; in map_image_aboard() local270 for (f = 0, arch_be = (struct fat_arch *)(fh_be+1); in map_image_aboard()272 f++, arch_be++) { in map_image_aboard()281 arch.cputype = ntohl(arch_be->cputype); in map_image_aboard()282 arch.cpusubtype = ntohl(arch_be->cpusubtype); in map_image_aboard()283 arch.offset = ntohl(arch_be->offset); in map_image_aboard()284 arch.size = ntohl(arch_be->size); in map_image_aboard()
217 struct fat_arch *arch_be; in map_image_aboard() local225 for (f = 0, arch_be = (struct fat_arch *)(fh_be+1); in map_image_aboard()227 f++, arch_be++) { in map_image_aboard()240 arch.cputype = VG_(ntohl)(arch_be->cputype); in map_image_aboard()241 arch.cpusubtype = VG_(ntohl)(arch_be->cpusubtype); in map_image_aboard()242 arch.offset = VG_(ntohl)(arch_be->offset); in map_image_aboard()243 arch.size = VG_(ntohl)(arch_be->size); in map_image_aboard()