Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2576 const lldb::SectionSP &plt_section_sp, DataExtractor &rel_data, in ParsePLTRelocations() argument
2623 plt_section_sp, // Section in which this symbol is defined or null. in ParsePLTRelocations()
2673 SectionSP plt_section_sp(section_list->FindSectionByID(plt_id)); in ParseTrampolineSymbols() local
2674 if (!plt_section_sp) in ParseTrampolineSymbols()
2703 rel_hdr, plt_hdr, sym_hdr, plt_section_sp, in ParseTrampolineSymbols()