Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:arch

218         struct fat_arch arch;
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);
244 if (arch.cputype == cputype) {
245 if (ii->img_szB < arch.offset + arch.size) {
249 ii->macho_img = ii->img + arch.offset;
250 ii->macho_img_szB = arch.size;