Home
last modified time | relevance | path

Searched refs:arch_offset (Results 1 – 1 of 1) 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()