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

References

tools/llvm-objcopy/ELF/Object.cpp
 1367     StringRef Name = unwrapOrError(Sym.getName(StrTabData));
 1369     if (Sym.st_shndx == SHN_XINDEX) {
 1382       Elf_Word Index = ShndxData[&Sym - Symbols.begin()];
 1386     } else if (Sym.st_shndx >= SHN_LORESERVE) {
 1387       if (!isValidReservedSectionIndex(Sym.st_shndx, Obj.Machine)) {
 1391             Twine(Sym.st_shndx));
 1393     } else if (Sym.st_shndx != SHN_UNDEF) {
 1395           Sym.st_shndx, "symbol '" + Name +
 1397                             Twine(Sym.st_shndx));
 1400     SymTab->addSymbol(Name, Sym.getBinding(), Sym.getType(), DefSection,
 1400     SymTab->addSymbol(Name, Sym.getBinding(), Sym.getType(), DefSection,
 1401                       Sym.getValue(), Sym.st_other, Sym.st_shndx, Sym.st_size);
 1401                       Sym.getValue(), Sym.st_other, Sym.st_shndx, Sym.st_size);
 1401                       Sym.getValue(), Sym.st_other, Sym.st_shndx, Sym.st_size);
 1401                       Sym.getValue(), Sym.st_other, Sym.st_shndx, Sym.st_size);