Home
last modified time | relevance | path

Searched refs:ReadSectionData (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h84 size_t ReadSectionData(lldb_private::Section *section,
89 ReadSectionData(lldb_private::Section *section,
H A DObjectFileJIT.cpp203 size_t ObjectFileJIT::ReadSectionData(lldb_private::Section *section, in ReadSectionData() function in ObjectFileJIT
220 size_t ObjectFileJIT::ReadSectionData( in ReadSectionData() function in ObjectFileJIT
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp474 size_t ObjectFile::ReadSectionData(Section *section, in ReadSectionData() function in ObjectFile
482 return section->GetObjectFile()->ReadSectionData(section, section_offset, in ReadSectionData()
523 size_t ObjectFile::ReadSectionData(Section *section, in ReadSectionData() function in ObjectFile
527 return section->GetObjectFile()->ReadSectionData(section, section_data); in ReadSectionData()
H A DArmUnwindInfo.cpp52 objfile.ReadSectionData(arm_exidx.get(), m_arm_exidx_data); in ArmUnwindInfo()
53 objfile.ReadSectionData(arm_extab.get(), m_arm_extab_data); in ArmUnwindInfo()
H A DDWARFCallFrameInfo.cpp406 m_objfile.ReadSectionData(m_section_sp.get(), m_cfi_data); in GetCFIData()
H A DCompactUnwindInfo.cpp282 m_objfile.ReadSectionData(m_section_sp.get(), m_unwindinfo_data); in ScanIndex()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DObjectFile.h666 virtual size_t ReadSectionData(Section *section,
673 virtual size_t ReadSectionData(Section *section,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h143 size_t ReadSectionData(lldb_private::Section *section,
147 size_t ReadSectionData(lldb_private::Section *section,
H A DObjectFileELF.cpp970 if (ReadSectionData(dynsym, dynsym_data) && in ParseDependentModules()
971 ReadSectionData(dynstr, dynstr_data)) { in ParseDependentModules()
2348 if (ReadSectionData(symtab, symtab_data) && in ParseSymbolTable()
2349 ReadSectionData(strtab, strtab_data)) { in ParseSymbolTable()
2378 if (ReadSectionData(dynsym, dynsym_data)) { in ParseDynamicSymbols()
2576 if (!ReadSectionData(rel_section, rel_data)) in ParseTrampolineSymbols()
2580 if (!ReadSectionData(symtab, symtab_data)) in ParseTrampolineSymbols()
2584 if (!ReadSectionData(strtab, strtab_data)) in ParseTrampolineSymbols()
3405 size_t ObjectFileELF::ReadSectionData(Section *section, in ReadSectionData() function in ObjectFileELF
3410 return section->GetObjectFile()->ReadSectionData(section, section_offset, in ReadSectionData()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp375 return m_obj_file->ReadSectionData(this, offset, dst, dst_len); in GetSectionData()
381 return m_obj_file->ReadSectionData(this, section_data); in GetSectionData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp100 obj.ReadSectionData(&sect, data); in LineIterator()
123 m_obj->ReadSectionData(&sect, data); in operator ++()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp612 m_objfile_sp->ReadSectionData(section_sp.get(), data); in LoadSectionData()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp1763 size_t bytes_read = objfile->ReadSectionData( in ReadMemoryFromFileCache()