Home
last modified time | relevance | path

Searched refs:unique_global (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
Dtype.s30 .type unique_global,%gnu_unique_object
31 unique_global: label
33 .size unique_global,1
Dtype.e6 +.+: 0+3 +1 +OBJECT +UNIQUE +DEFAULT +. unique_global
/toolchain/binutils/binutils-2.25/bfd/
Delf-bfd.h198 unsigned int unique_global : 1; member
2528 (!(H)->unique_global \
DChangeLog-20132211 unique_global only for definition.
2212 * elflink.c (_bfd_elf_merge_symbol): Don't set unique_global
2214 (elf_link_add_object_symbols): Set unique_global only
DChangeLog-20091533 * elf-bfd.h (struct elf_link_hash_entry): Add unique_global field.
1538 * elflink.c (_bfd_elf_merge_symbol): Set unique_global for symbols
1542 symbols with the unique_global field set.
1543 (elf_link_output_extsym): Set unique_global field for symbols with
Delf64-ia64-vms.c5055 h->unique_global = (flags & BSF_GNU_UNIQUE) != 0; in elf64_vms_link_add_object_symbols()
Delflink.c4365 h->unique_global = (flags & BSF_GNU_UNIQUE) != 0; in elf_link_add_object_symbols()
8806 else if (h->unique_global && h->def_regular) in elf_link_output_extsym()
DChangeLog-20101038 unique_global for non-ELF hash link table.