Searched refs:VerTable (Results 1 – 1 of 1) sorted by relevance
5108 ArrayRef<Elf_Versym> VerTable = *VerTableOrErr; in printVersionSymbolSection() local5110 for (size_t I = 0, E = VerTable.size(); I < E; ++I) { in printVersionSymbolSection()5111 unsigned Ndx = VerTable[I].vs_index; in printVersionSymbolSection()5136 uint64_t Entries = VerTable.size(); in printVersionSymbolSection()5140 unsigned Ndx = VerTable[VersymRow + I].vs_index; in printVersionSymbolSection()