Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5043 ArrayRef<Elf_Versym> VerTable = *VerTableOrErr; in printVersionSymbolSection() local
5045 for (size_t I = 0, E = VerTable.size(); I < E; ++I) { in printVersionSymbolSection()
5046 unsigned Ndx = VerTable[I].vs_index; in printVersionSymbolSection()
5071 uint64_t Entries = VerTable.size(); in printVersionSymbolSection()
5075 unsigned Ndx = VerTable[VersymRow + I].vs_index; in printVersionSymbolSection()