Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/mac/handler/
Dbreakpad_nlist_64.cc201 unsigned arch_offset = 0; in __breakpad_fdnlist() local
259 arch_offset = fap->offset; in __breakpad_fdnlist()
263 if (lseek(fd, arch_offset, SEEK_SET) == -1) { in __breakpad_fdnlist()
275 if (lseek(fd, arch_offset, SEEK_SET) == -1) { in __breakpad_fdnlist()
322 sa = stp->symoff + arch_offset; in __breakpad_fdnlist()
324 ss = stp->stroff + arch_offset; in __breakpad_fdnlist()
330 sa = N_SYMOFF(buf) + arch_offset; in __breakpad_fdnlist()
331 ss = sa + buf.a_syms + arch_offset; in __breakpad_fdnlist()
/external/valgrind/coregrind/m_ume/
Dmacho.c711 vki_off_t arch_offset; in load_fat_file() local
743 arch_offset = offset + sizeof(fh); in load_fat_file()
747 if (arch_offset + sizeof(arch) > size) { in load_fat_file()
752 res = VG_(pread)(fd, &arch, sizeof(arch), arch_offset); in load_fat_file()
753 arch_offset += sizeof(arch); in load_fat_file()
756 arch.cputype, (ULong)arch_offset); in load_fat_file()