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

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

Completed in 159 milliseconds