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