Searched refs:rel_data (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 2422 const lldb::SectionSP &plt_section_sp, DataExtractor &rel_data, in ParsePLTRelocations() argument 2448 if (!rel.Parse(rel_data, &offset)) in ParsePLTRelocations() 2532 DataExtractor rel_data; in ParseTrampolineSymbols() local 2533 if (!ReadSectionData(rel_section, rel_data)) in ParseTrampolineSymbols() 2550 rel_data, symtab_data, strtab_data); in ParseTrampolineSymbols() 2556 DataExtractor &rel_data, DataExtractor &symtab_data, in ApplyRelocations() argument 2574 if (!rel.Parse(rel_data, &offset)) in ApplyRelocations() 2679 DataExtractor rel_data; in RelocateDebugSections() local 2683 if (GetData(rel->GetFileOffset(), rel->GetFileSize(), rel_data) && in RelocateDebugSections() 2687 rel_data, symtab_data, debug_data, debug); in RelocateDebugSections()
|
D | ObjectFileELF.h | 316 lldb_private::DataExtractor &rel_data,
|