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

References

tools/lldb/source/Symbol/ObjectFile.cpp
  492   assert(section);
  493   section_offset *= section->GetTargetByteSize();
  496   if (section->GetObjectFile() != this)
  497     return section->GetObjectFile()->ReadSectionData(section, section_offset,
  497     return section->GetObjectFile()->ReadSectionData(section, section_offset,
  505           section->GetLoadBaseAddress(&process_sp->GetTarget());
  511     if (!section->IsRelocated())
  512       RelocateSection(section);
  514     const lldb::offset_t section_file_size = section->GetFileSize();
  520       return CopyData(section->GetFileOffset() + section_offset,
  523       if (section->GetType() == eSectionTypeZeroFill) {
  524         const uint64_t section_size = section->GetByteSize();