/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCSymbolELF.cpp | 56 case ELF::STB_GNU_UNIQUE: in setBinding() 77 return ELF::STB_GNU_UNIQUE; in getBinding()
|
H A D | MCELFStreamer.cpp | 225 Symbol->setBinding(ELF::STB_GNU_UNIQUE); in emitSymbolAttribute()
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | resolve.cc | 183 case elfcpp::STB_GNU_UNIQUE: in symbol_to_bits() 1126 || tosym->binding() == elfcpp::STB_GNU_UNIQUE in override_with_special()
|
H A D | symtab.cc | 431 && this->binding() == elfcpp::STB_GNU_UNIQUE)) in should_add_dynsym_entry() 1166 || ret->binding() == elfcpp::STB_GNU_UNIQUE in add_from_object() 2585 || (sym->binding() == elfcpp::STB_GNU_UNIQUE in set_dynsym_indexes() 2617 || (sym->binding() == elfcpp::STB_GNU_UNIQUE in set_dynsym_indexes() 2778 || (sym->binding() == elfcpp::STB_GNU_UNIQUE in sized_finalize() 3126 if (binding == elfcpp::STB_GNU_UNIQUE in sized_write_globals()
|
H A D | ChangeLog-2019 | 17 Call set_has_gnu_output for STT_GNU_IFUNC and STB_GNU_UNIQUE globals.
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | resolve.cc | 183 case elfcpp::STB_GNU_UNIQUE: in symbol_to_bits() 1126 || tosym->binding() == elfcpp::STB_GNU_UNIQUE in override_with_special()
|
H A D | symtab.cc | 431 && this->binding() == elfcpp::STB_GNU_UNIQUE)) in should_add_dynsym_entry() 1166 || ret->binding() == elfcpp::STB_GNU_UNIQUE in add_from_object() 2585 || (sym->binding() == elfcpp::STB_GNU_UNIQUE in set_dynsym_indexes() 2617 || (sym->binding() == elfcpp::STB_GNU_UNIQUE in set_dynsym_indexes() 2778 || (sym->binding() == elfcpp::STB_GNU_UNIQUE in sized_finalize() 3126 if (binding == elfcpp::STB_GNU_UNIQUE in sized_write_globals()
|
H A D | ChangeLog-2019 | 17 Call set_has_gnu_output for STT_GNU_IFUNC and STB_GNU_UNIQUE globals.
|
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/ |
H A D | common.h | 1046 #define STB_GNU_UNIQUE 10 /* Symbol is unique in namespace */ macro
|
/netbsd-src/external/gpl3/binutils/dist/include/elf/ |
H A D | common.h | 1073 #define STB_GNU_UNIQUE 10 /* Symbol is unique in namespace */ macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1135 STB_GNU_UNIQUE = 10, enumerator
|
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/ |
H A D | ChangeLog-0815 | 359 * elfcpp.h (enum STB): Add STB_GNU_UNIQUE.
|
H A D | elfcpp.h | 547 STB_GNU_UNIQUE = 10,
|
/netbsd-src/external/gpl3/binutils/dist/elfcpp/ |
H A D | ChangeLog-0815 | 359 * elfcpp.h (enum STB): Add STB_GNU_UNIQUE.
|
H A D | elfcpp.h | 548 STB_GNU_UNIQUE = 10,
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 934 if (Binding == ELF::STB_GNU_UNIQUE) in getSymbolNMTypeChar() 1179 if (ELFSymbolRef(*I).getBinding() == ELF::STB_GNU_UNIQUE) in getNMSectionTagAndName()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/ |
H A D | elf.d | 382 enum STB_GNU_UNIQUE = 10; variable
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | ChangeLog-2009 | 1534 * elf.c (swap_out_syms): Set binding to STB_GNU_UNIQUE for symbols 1537 for symbols with STB_GNU_UNIQUE binding. 1539 with the STB_GNU_UNIQUE binding. 1541 symbols with STB_GNU_UNIQUE binding. Set STB_GNU_UNIQUE for 1544 the STB_GNU_UNIQUE binding.
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | ChangeLog-2009 | 1534 * elf.c (swap_out_syms): Set binding to STB_GNU_UNIQUE for symbols 1537 for symbols with STB_GNU_UNIQUE binding. 1539 with the STB_GNU_UNIQUE binding. 1541 symbols with STB_GNU_UNIQUE binding. Set STB_GNU_UNIQUE for 1544 the STB_GNU_UNIQUE binding.
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2009 | 1534 * elf.c (swap_out_syms): Set binding to STB_GNU_UNIQUE for symbols 1537 for symbols with STB_GNU_UNIQUE binding. 1539 with the STB_GNU_UNIQUE binding. 1541 symbols with STB_GNU_UNIQUE binding. Set STB_GNU_UNIQUE for 1544 the STB_GNU_UNIQUE binding.
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 361 Binding == ELF::STB_GNU_UNIQUE) && in isExportedToOtherDSO()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/po/ |
H A D | sr.po | 2373 msgid "Enable STB_GNU_UNIQUE symbol binding" 2374 msgstr "Омогућује увезивање „STB_GNU_UNIQUE“ симбола" 2377 msgid "Disable STB_GNU_UNIQUE symbol binding" 2378 msgstr "Онемогућује увезивање „STB_GNU_UNIQUE“ симбола"
|
H A D | uk.po | 2380 msgid "Enable STB_GNU_UNIQUE symbol binding" 2381 msgstr "Увімкнути прив'язку символів STB_GNU_UNIQUE" 2384 msgid "Disable STB_GNU_UNIQUE symbol binding" 2385 msgstr "Вимкнути прив'язку символів STB_GNU_UNIQUE"
|
/netbsd-src/external/gpl3/binutils/dist/gold/po/ |
H A D | sr.po | 2396 msgid "Enable STB_GNU_UNIQUE symbol binding" 2397 msgstr "Омогућује увезивање „STB_GNU_UNIQUE“ симбола" 2400 msgid "Disable STB_GNU_UNIQUE symbol binding" 2401 msgstr "Онемогућује увезивање „STB_GNU_UNIQUE“ симбола"
|
H A D | uk.po | 2397 msgid "Enable STB_GNU_UNIQUE symbol binding" 2398 msgstr "Увімкнути прив'язку символів STB_GNU_UNIQUE" 2401 msgid "Disable STB_GNU_UNIQUE symbol binding" 2402 msgstr "Вимкнути прив'язку символів STB_GNU_UNIQUE"
|