Home
last modified time | relevance | path

Searched refs:m_file_offset (Results 1 – 7 of 7) sorted by relevance

/external/lldb/include/lldb/Core/
DSection.h172 return m_file_offset; in GetFileOffset()
178 m_file_offset = file_offset; in SetFileOffset()
294 lldb::offset_t m_file_offset; // Object file offset (if any) variable
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.h180 return m_file_offset; in GetFileOffset()
217 lldb::offset_t m_file_offset; variable
DObjectContainerBSDArchive.cpp115 m_file_offset (file_offset), in Archive()
/external/lldb/source/Symbol/
DObjectFile.cpp249 m_file_offset (file_offset), in ObjectFile()
272 m_file_offset, in ObjectFile()
281 m_file_offset, in ObjectFile()
296 m_file_offset (0), in ObjectFile()
/external/lldb/include/lldb/Symbol/
DObjectFile.h299 { return m_file_offset; } in GetFileOffset()
676 lldb::addr_t m_file_offset; ///< The offset in bytes into the file, or the address in memory variable
/external/lldb/source/Core/
DSection.cpp37 m_file_offset (file_offset), in Section()
68 m_file_offset (file_offset), in Section()
227 …s->Printf("%c 0x%8.8" PRIx64 " 0x%8.8" PRIx64 " 0x%8.8x ", resolved ? ' ' : '*', m_file_offset, m_… in Dump()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp746 data_sp = m_file.ReadFileContents(m_file_offset, header_and_lc_size); in ParseHeader()