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

References

include/llvm/Object/ELFObjectFile.h
  364          Binding == ELF::STB_GNU_UNIQUE) &&
lib/MC/ELFObjectWriter.cpp
  587   case ELF::STB_GNU_UNIQUE:
lib/MC/MCELFStreamer.cpp
  221     Symbol->setBinding(ELF::STB_GNU_UNIQUE);
lib/MC/MCSymbolELF.cpp
   58   case ELF::STB_GNU_UNIQUE:
   79       return ELF::STB_GNU_UNIQUE;
lib/ObjectYAML/ELFYAML.cpp
  583   ECase(STB_GNU_UNIQUE);
tools/lld/ELF/InputFiles.cpp
 1061         binding == STB_GNU_UNIQUE) {
tools/lld/ELF/Symbols.cpp
  279   if (!config->gnuUnique && binding == STB_GNU_UNIQUE)
tools/llvm-nm/llvm-nm.cpp
  902   if (Binding == ELF::STB_GNU_UNIQUE)
 1142   if (Obj.isELF() && ELFSymbolRef(*I).getBinding() == ELF::STB_GNU_UNIQUE)
tools/llvm-readobj/ELFDumper.cpp
 1112     {"Unique", "UNIQUE", ELF::STB_GNU_UNIQUE}};