Searched defs:arch_offset (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
H A Dbreakpad_nlist_64.cc201 unsigned arch_offset = 0; local
259 arch_offset = fap->offset;
263 if (lseek(fd, arch_offset, SEEK_SET) == -1) {
275 if (lseek(fd, arch_offset, SEEK_SET) == -1) {
322 sa = stp->symoff + arch_offset;
324 ss = stp->stroff + arch_offset;
330 sa = N_SYMOFF(buf) + arch_offset;
331 ss = sa + buf.a_syms + arch_offset;
/external/valgrind/coregrind/m_ume/
H A Dmacho.c705 vki_off_t arch_offset; local
737 arch_offset = offset + sizeof(fh);
741 if (arch_offset + sizeof(arch) > size) {
746 res = VG_(pread)(fd, &arch, sizeof(arch), arch_offset);
747 arch_offset += sizeof(arch);
750 arch.cputype, (ULong)arch_offset);
/external/lldb/source/Host/macosx/
H A DSymbols.cpp164 uint32_t arch_offset = data.GetU32(&data_offset); // file offset to this object file local
178 DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset + arch_offset, 0x1000));
189 if (SkinnyMachOFileContainsArchAndUUID (file_spec, arch, uuid, file_offset + arch_offset, arch_data, arch_data_offset, arch_magic))

Completed in 182 milliseconds