Lines Matching refs:global_got_area

378   unsigned int global_got_area : 2;  member
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()
3859 switch (h->global_got_area) in mips_elf_sort_hash_table_f()
3965 if (tls_type == GOT_TLS_NONE && hmips->global_got_area > GGA_NORMAL) in mips_elf_record_global_got_symbol()
3966 hmips->global_got_area = GGA_NORMAL; in mips_elf_record_global_got_symbol()
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()
4462 else if (h->global_got_area == GGA_RELOC_ONLY) in mips_elf_count_got_symbols()
4703 && entry->d.h->global_got_area != GGA_NONE) in mips_elf_set_global_got_area()
4704 entry->d.h->global_got_area = arg->value; in mips_elf_set_global_got_area()
4723 && entry->d.h->global_got_area != GGA_NONE) in mips_elf_set_global_gotidx()
6394 BFD_ASSERT (htab->is_vxworks || h->global_got_area != GGA_NONE); in mips_elf_create_dynamic_relocation()
8941 if (hmips->global_got_area > GGA_RELOC_ONLY) in allocate_dynrelocs()
8942 hmips->global_got_area = GGA_RELOC_ONLY; in allocate_dynrelocs()
10836 if (hmips->global_got_area != GGA_NONE) in _bfd_mips_elf_finish_dynamic_symbol()
10846 if (hmips->global_got_area != GGA_NONE && g->next) in _bfd_mips_elf_finish_dynamic_symbol()
11108 if (hmips->global_got_area != GGA_NONE) in _bfd_mips_vxworks_finish_dynamic_symbol()
12512 if (indmips->global_got_area < dirmips->global_got_area) in _bfd_mips_elf_copy_indirect_symbol()
12513 dirmips->global_got_area = indmips->global_got_area; in _bfd_mips_elf_copy_indirect_symbol()
12514 if (indmips->global_got_area < GGA_NONE) in _bfd_mips_elf_copy_indirect_symbol()
12515 indmips->global_got_area = GGA_NONE; in _bfd_mips_elf_copy_indirect_symbol()