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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1392 const unsigned strtab_idx = header.e_shstrndx; local
1393 if (strtab_idx && strtab_idx < section_headers.size()) {
1394 const ELFSectionHeaderInfo &sheader = section_headers[strtab_idx];

Completed in 175 milliseconds