Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dfixup_macho_loadcmds.c289 struct fat_arch *arch_be; in map_image_aboard() local
296 for (f = 0, arch_be = (struct fat_arch *)(fh_be+1); in map_image_aboard()
298 f++, arch_be++) { in map_image_aboard()
307 arch.cputype = ntohl(arch_be->cputype); in map_image_aboard()
308 arch.cpusubtype = ntohl(arch_be->cpusubtype); in map_image_aboard()
309 arch.offset = ntohl(arch_be->offset); in map_image_aboard()
310 arch.size = ntohl(arch_be->size); in map_image_aboard()
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c210 struct fat_arch arch_be; in map_image_aboard() local
212 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()