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

  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 263 struct fat_arch *arch_be; local
270 for (f = 0, arch_be = (struct fat_arch *)(fh_be+1);
272 f++, arch_be++) {
281 arch.cputype = ntohl(arch_be->cputype);
282 arch.cpusubtype = ntohl(arch_be->cpusubtype);
283 arch.offset = ntohl(arch_be->offset);
284 arch.size = ntohl(arch_be->size);
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 217 struct fat_arch *arch_be; local
225 for (f = 0, arch_be = (struct fat_arch *)(fh_be+1);
227 f++, arch_be++) {
240 arch.cputype = VG_(ntohl)(arch_be->cputype);
241 arch.cpusubtype = VG_(ntohl)(arch_be->cpusubtype);
242 arch.offset = VG_(ntohl)(arch_be->offset);
243 arch.size = VG_(ntohl)(arch_be->size);
    [all...]

Completed in 145 milliseconds