reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Object/ELFTypes.h
  544     return ArrayRef<Elf_Word>(buckets().end(), DynamicSymCount - symndx);
tools/llvm-elfabi/ELFObjHandler.cpp
  157     return Table.symndx + 1;
tools/llvm-readobj/ELFDumper.cpp
 2205   W.printNumber("First Hashed Symbol Index", GnuHashTable->symndx);
 3453       uint32_t GnuHashable = Index - GnuHash->symndx;
 4017     size_t Symndx = GnuHashTable->symndx;