Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h324 lldb_private::Section *rel_section);
H A DObjectFileELF.cpp2558 Section *rel_section = section_list->FindSectionByID(rel_id).get(); in ParseTrampolineSymbols() local
2559 if (!rel_section) in ParseTrampolineSymbols()
2576 if (!ReadSectionData(rel_section, rel_data)) in ParseTrampolineSymbols()
2600 DataExtractor &debug_data, Section *rel_section) { in ApplyRelocations() argument
2649 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyRelocations()
2678 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyRelocations()