Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2587 Section *rel_section = section_list->FindSectionByID(rel_id).get(); in ParseTrampolineSymbols() local
2588 if (!rel_section) in ParseTrampolineSymbols()
2605 if (!ReadSectionData(rel_section, rel_data)) in ParseTrampolineSymbols()
2627 Section *rel_section) { in ApplyELF64ABS64Relocation() argument
2636 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS64Relocation()
2663 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS32Relocation()
2671 Section *rel_section) { in ApplyELF32ABS32RelRelocation() argument
2711 DataExtractor &debug_data, Section *rel_section) { in ApplyRelocations() argument
2730 rel_section->GetName().AsCString(), i); in ApplyRelocations()
2745 rel_section->GetName().AsCString(), i, in ApplyRelocations()
[all …]
H A DObjectFileELF.h325 lldb_private::Section *rel_section);