HomeSort by relevance Sort by last modified time
    Searched full:arch_be (Results 1 - 2 of 2) sorted by null

  /external/valgrind/coregrind/
fixup_macho_loadcmds.c 289 struct fat_arch *arch_be; local
296 for (f = 0, arch_be = (struct fat_arch *)(fh_be+1);
298 f++, arch_be++) {
307 arch.cputype = ntohl(arch_be->cputype);
308 arch.cpusubtype = ntohl(arch_be->cpusubtype);
309 arch.offset = ntohl(arch_be->offset);
310 arch.size = ntohl(arch_be->size);
  /external/valgrind/coregrind/m_debuginfo/
readmacho.c 210 struct fat_arch arch_be; local
212 ML_(img_get)(&arch_be, sli.img, arch_be_ioff, sizeof(arch_be));
214 arch.cputype = VG_(ntohl)(arch_be.cputype);
215 arch.cpusubtype = VG_(ntohl)(arch_be.cpusubtype);
216 arch.offset = VG_(ntohl)(arch_be.offset);
217 arch.size = VG_(ntohl)(arch_be.size);
    [all...]

Completed in 560 milliseconds