Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h335 lldb::user_id_t GetSectionIndexByName(const char *name);
H A DObjectFileELF.cpp1639 lldb::user_id_t ObjectFileELF::GetSectionIndexByName(const char *name) { in GetSectionIndexByName() function in ObjectFileELF
2566 symtab_id = GetSectionIndexByName(".dynsym"); in ParseTrampolineSymbols()
2570 user_id_t plt_id = GetSectionIndexByName(".plt"); in ParseTrampolineSymbols()