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

Declarations

tools/lldb/include/lldb/Core/Section.h
  149   lldb::addr_t GetFileAddress() const;

References

tools/lldb/source/API/SBSection.cpp
  130     return section_sp->GetFileAddress();
  281     const addr_t file_addr = section_sp->GetFileAddress();
tools/lldb/source/Core/Address.cpp
  255       m_offset = file_addr - section_sp->GetFileAddress();
  293     addr_t sect_file_addr = section_sp->GetFileAddress();
tools/lldb/source/Core/Section.cpp
  202     return parent_sp->GetFileAddress() + m_file_addr;
  271   const addr_t file_addr = GetFileAddress();
  320       addr = GetFileAddress();
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  910                                              memory_section->GetFileAddress());
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
  230     lldb::addr_t new_load_addr = section_sp->GetFileAddress() + base_addr;
tools/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
  103                       section_sp, section_sp->GetFileAddress()))
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  246         const lldb::addr_t slide_amount = lower - section_sp->GetFileAddress();
  253         if (section_sp->GetFileAddress() > vmaddrheuristic)
  254           lower = section_sp->GetFileAddress();
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  669           lldb::addr_t load_addr = section_sp->GetFileAddress();
 1740       Range.Slide(-Segment->GetFileAddress());
 1753       Info.Range.Slide(Info.Segment->GetFileAddress());
 2194       symbol_value -= symbol_section_sp->GetFileAddress();
 2890         addr_t offset = file_addr - section_sp->GetFileAddress();
tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
  220                 section_sp, section_sp->GetFileAddress() + value))
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1609     if (is_dsym && unified_section_sp->GetFileAddress() != load_cmd.vmaddr) {
 1683           const lldb::addr_t curr_seg_min_addr = segment->GetFileAddress();
 1758           sect_type, sect64.addr - segment_sp->GetFileAddress(), sect64.size,
 1793               curr_section_sp->SetByteSize(next_section_sp->GetFileAddress() -
 1794                                            curr_section_sp->GetFileAddress());
 1862               section_sp->GetFileAddress());
 2410     function_start_entry.addr = text_section_sp->GetFileAddress();
 2430       addr_t text_base_addr = text_section_sp->GetFileAddress();
 2511           text_segment_sp->GetFileAddress();
 4301         const addr_t section_file_addr = symbol_section->GetFileAddress();
 4529               const addr_t section_file_addr = symbol_section->GetFileAddress();
 5241           start_address = text_segment_sp->GetFileAddress() + entryoffset;
 5966     lldb::addr_t file_addr = header_section->GetFileAddress();
 5968       return section->GetFileAddress() - file_addr + header_load_address;
 5994                 section_sp, section_sp->GetFileAddress() + value))
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  341                   section_sp, section_sp->GetFileAddress() + value))
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  236       lldb::addr_t section_vm_addr = section->GetFileAddress();
  243       vm_addr = section->GetFileAddress();
tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
  340         AddressRange(section_sp, address - section_sp->GetFileAddress(),
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
  214         stream.PutMaxHex64(section_ptr->GetFileAddress() + offset,
tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
  100     stream.PutMaxHex64(section->GetFileAddress() + offset, address_size,
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1399     auto file_addr = section->GetFileAddress() + offset;
tools/lldb/source/Symbol/ArmUnwindInfo.cpp
   55   addr_t exidx_base_addr = m_arm_exidx_sp->GetFileAddress();
  369          (data_file_addr - m_arm_extab_sp->GetFileAddress());
tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  505       text_section_file_address = text_sect->GetFileAddress();
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  351               const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress();
  499       const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress();
  574   const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress();
tools/lldb/source/Symbol/Symtab.cpp
  846           addr_t base_addr = sect_sp->GetFileAddress();
tools/lldb/tools/lldb-test/lldb-test.cpp
  841     Printer.formatLine("VM address: {0:x}", S->GetFileAddress());