Home
last modified time | relevance | path

Searched refs:rel_data (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2465 const lldb::SectionSP &plt_section_sp, DataExtractor &rel_data, in ParsePLTRelocations() argument
2491 if (!rel.Parse(rel_data, &offset)) in ParsePLTRelocations()
2575 DataExtractor rel_data; in ParseTrampolineSymbols() local
2576 if (!ReadSectionData(rel_section, rel_data)) in ParseTrampolineSymbols()
2593 rel_data, symtab_data, strtab_data); in ParseTrampolineSymbols()
2643 DataExtractor &rel_data, DataExtractor &symtab_data, in ApplyRelocations() argument
2661 if (!rel.Parse(rel_data, &offset)) { in ApplyRelocations()
2787 DataExtractor rel_data; in RelocateDebugSections() local
2791 if (GetData(rel->GetFileOffset(), rel->GetFileSize(), rel_data) && in RelocateDebugSections()
2795 rel_data, symtab_data, debug_data, debug); in RelocateDebugSections()
H A DObjectFileELF.h322 lldb_private::DataExtractor &rel_data,