Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h319 lldb_private::Section *rel_section);
H A DObjectFileELF.cpp2528 Section *rel_section = section_list->FindSectionByID(rel_id).get(); in ParseTrampolineSymbols() local
2529 if (!rel_section) in ParseTrampolineSymbols()
2546 if (!ReadSectionData(rel_section, rel_data)) in ParseTrampolineSymbols()
2570 DataExtractor &debug_data, Section *rel_section) { in ApplyRelocations() argument
2616 data_buffer_sp->GetBytes() + rel_section->GetFileOffset() + in ApplyRelocations()
2643 data_buffer_sp->GetBytes() + rel_section->GetFileOffset() + in ApplyRelocations()