Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1488 const unsigned strtab_idx = header.e_shstrndx; in GetSectionHeaderInfo() local
1489 if (strtab_idx && strtab_idx < section_headers.size()) { in GetSectionHeaderInfo()
1490 const ELFSectionHeaderInfo &sheader = section_headers[strtab_idx]; in GetSectionHeaderInfo()