HomeSort by: relevance | last modified time | path
    Searched refs:STB_GNU_UNIQUE (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCSymbolELF.cpp 56 case ELF::STB_GNU_UNIQUE:
77 return ELF::STB_GNU_UNIQUE;
MCELFStreamer.cpp 225 Symbol->setBinding(ELF::STB_GNU_UNIQUE);
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 1135 STB_GNU_UNIQUE = 10,
  /src/external/gpl3/binutils/dist/include/elf/
common.h 1146 #define STB_GNU_UNIQUE 10 /* Symbol is unique in namespace */
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 1127 #define STB_GNU_UNIQUE 10 /* Symbol is unique in namespace */
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 1113 #define STB_GNU_UNIQUE 10 /* Symbol is unique in namespace */
  /src/external/gpl3/gdb/dist/include/elf/
common.h 1124 #define STB_GNU_UNIQUE 10 /* Symbol is unique in namespace */
  /src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp 934 if (Binding == ELF::STB_GNU_UNIQUE)
1179 if (ELFSymbolRef(*I).getBinding() == ELF::STB_GNU_UNIQUE)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h 361 Binding == ELF::STB_GNU_UNIQUE) &&
  /src/external/gpl3/binutils/dist/bfd/
elfcode.h 1436 case STB_GNU_UNIQUE:
elf64-ia64-vms.c 4952 case STB_GNU_UNIQUE:
elflink.c 5082 case STB_GNU_UNIQUE:
10374 if (ELF_ST_BIND (elfsym->st_info) == STB_GNU_UNIQUE)
11018 /* Set STB_GNU_UNIQUE only if symbol is defined in regular object. */
11020 sym.st_info = ELF_ST_INFO (STB_GNU_UNIQUE, type);
  /src/external/gpl3/binutils.old/dist/bfd/
elfcode.h 1437 case STB_GNU_UNIQUE:
elf64-ia64-vms.c 4953 case STB_GNU_UNIQUE:
elflink.c 5047 case STB_GNU_UNIQUE:
10359 if (ELF_ST_BIND (elfsym->st_info) == STB_GNU_UNIQUE)
10999 /* Set STB_GNU_UNIQUE only if symbol is defined in regular object. */
11001 sym.st_info = ELF_ST_INFO (STB_GNU_UNIQUE, type);
  /src/external/gpl3/gdb.old/dist/bfd/
elfcode.h 1437 case STB_GNU_UNIQUE:
elf64-ia64-vms.c 4951 case STB_GNU_UNIQUE:
elflink.c 5019 case STB_GNU_UNIQUE:
10291 if (ELF_ST_BIND (elfsym->st_info) == STB_GNU_UNIQUE)
10935 /* Set STB_GNU_UNIQUE only if symbol is defined in regular object. */
10937 sym.st_info = ELF_ST_INFO (STB_GNU_UNIQUE, type);
  /src/external/gpl3/gdb/dist/bfd/
elfcode.h 1437 case STB_GNU_UNIQUE:
elf64-ia64-vms.c 4954 case STB_GNU_UNIQUE:
elflink.c 5065 case STB_GNU_UNIQUE:
10377 if (ELF_ST_BIND (elfsym->st_info) == STB_GNU_UNIQUE)
11017 /* Set STB_GNU_UNIQUE only if symbol is defined in regular object. */
11019 sym.st_info = ELF_ST_INFO (STB_GNU_UNIQUE, type);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
elf.d 382 enum STB_GNU_UNIQUE = 10;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFYAML.cpp 744 ECase(STB_GNU_UNIQUE);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp 1920 if (ELFSymbolRef(Symbol).getBinding() == ELF::STB_GNU_UNIQUE)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 1176 {"Unique", "UNIQUE", ELF::STB_GNU_UNIQUE}};

Completed in 110 milliseconds

1 2