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

References

tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1750     if (Info.Range.GetByteSize() == 0)
 1753       Info.Range.Slide(Info.Segment->GetFileAddress());
 1754     Sections.insert(Info.Range.GetRangeBase(), Info.Range.GetRangeEnd(),
 1754     Sections.insert(Info.Range.GetRangeBase(), Info.Range.GetRangeEnd(),
 1825         InfoOr->Range.GetRangeBase(), // VM address.
 1826         InfoOr->Range.GetByteSize(),  // VM size in bytes of this section.