Home
last modified time | relevance | path

Searched refs:STB_GNU_UNIQUE (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolELF.cpp58 case ELF::STB_GNU_UNIQUE: in setBinding()
79 return ELF::STB_GNU_UNIQUE; in getBinding()
H A DMCELFStreamer.cpp182 Symbol->setBinding(ELF::STB_GNU_UNIQUE); in emitSymbolAttribute()
H A DELFObjectWriter.cpp1254 case ELF::STB_GNU_UNIQUE: in shouldRelocateWithSymbol()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp132 // ELF STB_GNU_UNIQUE should map to Weak for ORC. in getELFObjectFileSymbolInfo()
133 if (Sym.getBinding() == ELF::STB_GNU_UNIQUE) in getELFObjectFileSymbolInfo()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsymbols.c40 #ifndef STB_GNU_UNIQUE
41 #define STB_GNU_UNIQUE 10 macro
112 GELF_ST_BIND(st_info) == STB_GNU_UNIQUE) in is_global_symbol()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp275 if (binding == STB_GNU_UNIQUE && !config->gnuUnique) in computeBinding()
H A DOptions.td272 "Enable STB_GNU_UNIQUE symbol binding (default)",
273 "Disable STB_GNU_UNIQUE symbol binding">;
H A DInputFiles.cpp1242 binding != STB_GNU_UNIQUE)) in postParse()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h238 case ELF::STB_GNU_UNIQUE: in getSymbolLinkageAndScope()
/freebsd/sys/sys/
H A Delf_common.h878 #define STB_GNU_UNIQUE 10 /* Unique symbol (GNU) */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1321 STB_GNU_UNIQUE = 10, enumerator
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c553 case STB_GNU_UNIQUE: return "STB_GNU_UNIQUE"; in st_bindings()
575 case STB_GNU_UNIQUE: return "UNIQ"; in st_bindings_S()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp879 if (Binding == ELF::STB_GNU_UNIQUE) in getSymbolNMTypeChar()
1172 if (ELFSymbolRef(*I).getBinding() == ELF::STB_GNU_UNIQUE) in getNMSectionTagAndName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h403 Binding == ELF::STB_GNU_UNIQUE) && in isExportedToOtherDSO()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c60 #ifndef STB_GNU_UNIQUE
61 #define STB_GNU_UNIQUE 10 macro
1043 case STB_GNU_UNIQUE: return "UNIQUE"; in st_bind()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1293 _ELF_DEFINE_STB(STB_GNU_UNIQUE, 10, "unique symbol (GNU)") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp851 ECase(STB_GNU_UNIQUE); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2939 if (ELFSymbolRef(Symbol).getBinding() == ELF::STB_GNU_UNIQUE) in printSymbol()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1293 {"Unique", "UNIQUE", ELF::STB_GNU_UNIQUE}};