Searched refs:VersymRow (Results 1 – 1 of 1) sorted by relevance
5072 for (uint64_t VersymRow = 0; VersymRow < Entries; VersymRow += 4) { in printVersionSymbolSection() local5073 OS << " " << format_hex_no_prefix(VersymRow, 3) << ":"; in printVersionSymbolSection()5074 for (uint64_t I = 0; (I < 4) && (I + VersymRow) < Entries; ++I) { in printVersionSymbolSection()5075 unsigned Ndx = VerTable[VersymRow + I].vs_index; in printVersionSymbolSection()5078 OS << left_justify("(" + std::string(Versions[VersymRow + I]) + ")", 13); in printVersionSymbolSection()