HomeSort by relevance Sort by last modified time
    Searched refs:m_file_addr (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Core/
Section.cpp 35 m_file_addr (file_addr),
66 m_file_addr (file_addr),
92 // This section has a parent which means m_file_addr is an offset into
95 return parent_sp->GetFileAddress() + m_file_addr;
97 // This section has no parent, so m_file_addr is the file base address
98 return m_file_addr;
104 // This section has a parent which means m_file_addr is an offset.
107 return m_file_addr;
277 if (m_file_addr != LLDB_INVALID_ADDRESS)
282 m_file_addr += slide_amount
    [all...]
  /external/lldb/include/lldb/Core/
Section.h 291 lldb::addr_t m_file_addr; // The absolute file virtual address range of this section if m_parent == NULL, member in class:lldb_private::Section

Completed in 181 milliseconds