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

/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c263 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/
H A Dreadmacho.c217 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);

Completed in 155 milliseconds