Searched refs:plt_id (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2498 user_id_t plt_id = GetSectionIndexByName(".plt"); local
2500 if (!symtab_id || !plt_id)
2503 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id);
2519 SectionSP plt_section_sp(section_list->FindSectionByID(plt_id));

Completed in 112 milliseconds