Lines Matching refs:symbols

417 // Returns the linked symbol table, symbols and associated string table for a
443 Expected<typename ELFT::SymRange> SymsOrErr = Obj.symbols(*SymtabOrErr);
445 return createError("unable to read symbols from the " + describe(Obj, Sec) +
480 ") does not match the number of symbols (" +
513 if (Expected<Elf_Sym_Range> SymsOrErr = Obj.symbols(DotSymtabSec))
517 "unable to read symbols from the SHT_SYMTAB section: " +
1886 reportUniqueWarning("unable to read dynamic symbols from " +
2085 // conflicts with the number of symbols in the dynamic symbol table
2574 // symndx set to the number of dynamic symbols + 1 (for the zero symbol)
2584 ") is greater than or equal to the number of dynamic symbols (" +
2586 // There is no way to represent an array of (dynamic symbols count - symndx)
2834 ") exceeds the number of dynamic symbols (" +
3943 // GNU readelf prints both the .dynsym and .symtab with --symbols.
3964 Twine("unable to print symbols for the .hash table: the "
4005 Twine("unable to print symbols for the .gnu.hash table: the "
4016 ", which is greater than or equal to the number of dynamic symbols "
4470 "index is greater than or equal to the number of dynamic symbols (" +
4615 printGNUVersionSectionProlog(*Sec, "Version symbols",
4791 // coverage of the symbols
4846 // coverage of the symbols
4861 // buckets, and the cumulative coverage of symbols for each set of buckets.
4930 OS << "\nAddress-significant symbols section '" << Name << "'"
6018 Obj.symbols(this->DotSymtabSec)) {
6716 this->FileName, this->Obj.symbols(this->DotSymtabSec));