Lines Matching full:symndx
2687 if (GnuHashTable->symndx < NumSyms)
2691 // symndx set to the number of dynamic symbols + 1 (for the zero symbol)
2693 // vector (or no values at all). It happens because the value of symndx is not
2695 // skip the whole object during symbol lookup. In such cases, the symndx value
2700 "the first hashed symbol index (" + Twine(GnuHashTable->symndx) +
2703 // There is no way to represent an array of (dynamic symbols count - symndx)
2718 W.printNumber("First Hashed Symbol Index", GnuHashTable->symndx);
2822 size_t Symndx = GnuHashTable.symndx;
2836 for (size_t C = Buckets[B] - Symndx;
3710 auto GetSignature = [&](const Elf_Sym &Sym, unsigned SymNdx,
3723 Twine(SymNdx) + ": st_name (0x" +
4485 if (SymIndex < GnuHash.symndx) {
4490 Twine(GnuHash.symndx) + ")");
4495 if ((Values[SymIndex - GnuHash.symndx] & 1) == 1)