Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2633 Section *rel_section = section_list->FindSectionByID(rel_id).get(); in ParseTrampolineSymbols() local
2634 if (!rel_section) in ParseTrampolineSymbols()
2651 if (!ReadSectionData(rel_section, rel_data)) in ParseTrampolineSymbols()
2673 Section *rel_section) { in ApplyELF64ABS64Relocation() argument
2682 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS64Relocation()
2691 Section *rel_section, bool is_signed) { in ApplyELF64ABS32Relocation() argument
2709 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS32Relocation()
2717 Section *rel_section) { in ApplyELF32ABS32RelRelocation() argument
2732 uint8_t *dst = data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF32ABS32RelRelocation()
2757 DataExtractor &debug_data, Section *rel_section) { in ApplyRelocations() argument
[all …]
H A DObjectFileELF.h337 lldb_private::Section *rel_section);