Home
last modified time | relevance | path

Searched refs:GGA_NONE (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c259 #define GGA_NONE 2 macro
1290 ret->global_got_area = GGA_NONE; in mips_elf_link_hash_newfunc()
3279 else if (entry->symndx >= 0 || entry->d.h->global_got_area == GGA_NONE) in mips_elf_count_got_entry()
3683 BFD_ASSERT (h == NULL || h->global_got_area == GGA_NONE); in mips_elf_create_local_got_entry()
3861 case GGA_NONE: in mips_elf_sort_hash_table_f()
4144 BFD_ASSERT (h->global_got_area == GGA_NONE); in mips_elf_recreate_got()
4446 if (h->global_got_area != GGA_NONE) in mips_elf_count_got_symbols()
4454 h->global_got_area = GGA_NONE; in mips_elf_count_got_symbols()
4461 h->global_got_area = GGA_NONE; in mips_elf_count_got_symbols()
4703 && entry->d.h->global_got_area != GGA_NONE) in mips_elf_set_global_got_area()
[all …]
DChangeLog-20081320 to GGA_NONE.
1329 * elfxx-mips.c (GGA_NORMAL, GGA_RELOC_ONLY, GGA_NONE): New macros.
1336 (mips_elf_recreate_got): Assert that h->global_got_area == GGA_NONE
1341 Set it to GGA_NONE for all forced-local symbols.
1351 Set the indirect symbol's area to GGA_NONE.
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc107 GGA_NONE = 2 enumerator
917 pointer_equality_needed_(false), global_got_area_(GGA_NONE), in Mips_symbol()
2058 gold_assert(sym->global_got_area() != GGA_NONE); in get_primary_got_offset()
2785 gold_assert(area1 != GGA_NONE && area1 != GGA_NONE); in got_offset_compare()
4794 if (mips_sym->global_got_area() == GGA_NONE) in record_global_got_symbol()
4958 if (mips_sym->global_got_area() == GGA_NONE && !entry->is_tls_entry()) in add_local_entries()
5288 sym->set_global_got_area(GGA_NONE); in count_got_symbols()
5362 || entry->sym()->global_got_area() == GGA_NONE) in count_got_entry()
5662 && mips_sym->global_got_area() == GGA_NONE in do_write()