reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/SectionLoadList.h
   41   lldb::addr_t GetSectionLoadAddress(const lldb::SectionSP &section_sp) const;

References

tools/lldb/source/Core/Section.cpp
  240     load_base_addr = target->GetSectionLoadList().GetSectionLoadAddress(
tools/lldb/source/Symbol/ObjectFile.cpp
  659         target.GetSectionLoadList().GetSectionLoadAddress(section_sp);
tools/lldb/source/Target/SectionLoadHistory.cpp
  111   return section_load_list->GetSectionLoadAddress(section_sp);