Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/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.cpp485 size_t ObjectFile::ReadSectionData(Section *section, in ReadSectionData()
493 return section->GetObjectFile()->ReadSectionData(section, section_offset, in ReadSectionData()
534 size_t ObjectFile::ReadSectionData(Section *section, in ReadSectionData()
538 return section->GetObjectFile()->ReadSectionData(section, section_data); in ReadSectionData()
476 size_t ObjectFile::ReadSectionData(Section *section, ReadSectionData() function in ObjectFile
525 size_t ObjectFile::ReadSectionData(Section *section, ReadSectionData() function in ObjectFile
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()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h673 virtual size_t ReadSectionData(Section *section,
680 virtual size_t ReadSectionData(Section *section,
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1006 if (ReadSectionData(dynsym, dynsym_data) && in ParseDependentModules()
1007 ReadSectionData(dynstr, dynstr_data)) { in ParseDependentModules()
2459 if (ReadSectionData(symtab, symtab_data) && in GetPltEntrySizeAndOffset()
2460 ReadSectionData(strtab, strtab_data)) { in GetPltEntrySizeAndOffset()
2489 if (ReadSectionData(dynsym, dynsym_data)) {
2687 if (!ReadSectionData(rel_section, rel_data)) in ApplyELF32ABS32RelRelocation()
2691 if (!ReadSectionData(symtab, symtab_data)) in ApplyELF32ABS32RelRelocation()
2695 if (!ReadSectionData(strtab, strtab_data)) in ApplyELF32ABS32RelRelocation()
3570 ReadSectionData(loader_section.get(), 0, buffer, sizeof(buffer));
3604 size_t ObjectFileELF::ReadSectionData(Sectio in GetLoadableData()
3514 size_t ObjectFileELF::ReadSectionData(Section *section, ReadSectionData() function in ObjectFileELF
3532 size_t ObjectFileELF::ReadSectionData(Section *section, ReadSectionData() function in ObjectFileELF
[all...]
H A DObjectFileELF.h143 size_t ReadSectionData(lldb_private::Section *section,
147 size_t ReadSectionData(lldb_private::Section *section,
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp379 return m_obj_file->ReadSectionData(this, offset, dst, dst_len); in GetSectionData()
385 return m_obj_file->ReadSectionData(this, section_data); in GetSectionData()
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp87 m_objfile_sp->ReadSectionData(section_sp.get(), m_data); in ParseHeader()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp692 m_objfile_sp->ReadSectionData(section_sp.get(), data); in DebugAbbrev()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1810 size_t bytes_read = objfile->ReadSectionData( in ReadMemoryFromFileCache()