Searched refs:VerTable (Results 1 – 1 of 1) sorted by relevance
5043 ArrayRef<Elf_Versym> VerTable = *VerTableOrErr; in printVersionSymbolSection() local5045 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()