Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DObjectFileJIT.h100 size_t ReadSectionData(lldb_private::Section *section,
104 size_t ReadSectionData(lldb_private::Section *section,
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp190 size_t ObjectFileJIT::ReadSectionData(lldb_private::Section *section, in ReadSectionData() function in ObjectFileJIT
208 ObjectFileJIT::ReadSectionData(lldb_private::Section *section, in ReadSectionData() function in ObjectFileJIT
/freebsd/contrib/llvm-project/lldb/source/Symbol/
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 DObjectFile.cpp488 size_t ObjectFile::ReadSectionData(Section *section, in ReadSectionData() function in ObjectFile
496 return section->GetObjectFile()->ReadSectionData(section, section_offset, in ReadSectionData()
537 size_t ObjectFile::ReadSectionData(Section *section, in ReadSectionData() function in ObjectFile
541 return section->GetObjectFile()->ReadSectionData(section, section_data); in ReadSectionData()
H A DDWARFCallFrameInfo.cpp437 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h692 virtual size_t ReadSectionData(Section *section,
699 virtual size_t ReadSectionData(Section *section,
/freebsd/contrib/llvm-project/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.cpp2424 if (ReadSectionData(symtab, symtab_data) && in ParseSymbolTable()
2425 ReadSectionData(strtab, strtab_data)) { in ParseSymbolTable()
2651 if (!ReadSectionData(rel_section, rel_data)) in ParseTrampolineSymbols()
2655 if (!ReadSectionData(symtab, symtab_data)) in ParseTrampolineSymbols()
2659 if (!ReadSectionData(strtab, strtab_data)) in ParseTrampolineSymbols()
3661 ReadSectionData(loader_section.get(), 0, buffer, sizeof(buffer)); in CalculateStrata()
3695 size_t ObjectFileELF::ReadSectionData(Section *section, in ReadSectionData() function in ObjectFileELF
3700 return section->GetObjectFile()->ReadSectionData(section, section_offset, in ReadSectionData()
3704 return ObjectFile::ReadSectionData(section, section_offset, dst, dst_len); in ReadSectionData()
3709 ReadSectionData(section, data); in ReadSectionData()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp382 return m_obj_file->ReadSectionData(this, offset, dst, dst_len); in GetSectionData()
388 return m_obj_file->ReadSectionData(this, section_data); in GetSectionData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp100 obj.ReadSectionData(&sect, data); in LineIterator()
123 m_obj->ReadSectionData(&sect, data); in operator ++()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp88 m_objfile_sp->ReadSectionData(section_sp.get(), m_data); in ParseHeader()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp698 m_objfile_sp->ReadSectionData(section_sp.get(), data); in LoadSectionData()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1968 size_t bytes_read = objfile->ReadSectionData( in ReadMemoryFromFileCache()