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

/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c695 vki_off_t arch_offset; local
725 arch_offset = offset + sizeof(fh);
729 if (arch_offset + sizeof(arch) > size) {
734 res = VG_(pread)(fd, &arch, sizeof(arch), arch_offset);
735 arch_offset += sizeof(arch);
738 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 148 milliseconds