Lines Matching refs:global_got_area
379 unsigned int global_got_area : 2; member
1277 ret->global_got_area = GGA_NONE; in mips_elf_link_hash_newfunc()
3285 else if (entry->symndx >= 0 || entry->d.h->global_got_area == GGA_NONE) in mips_elf_count_got_entry()
3691 BFD_ASSERT (h == NULL || h->global_got_area == GGA_NONE); in mips_elf_create_local_got_entry()
3868 switch (h->global_got_area) in mips_elf_sort_hash_table_f()
3974 if (tls_type == GOT_TLS_NONE && hmips->global_got_area > GGA_NORMAL) in mips_elf_record_global_got_symbol()
3975 hmips->global_got_area = GGA_NORMAL; in mips_elf_record_global_got_symbol()
4153 BFD_ASSERT (h->global_got_area == GGA_NONE); in mips_elf_recreate_got()
4455 if (h->global_got_area != GGA_NONE) in mips_elf_count_got_symbols()
4463 h->global_got_area = GGA_NONE; in mips_elf_count_got_symbols()
4470 h->global_got_area = GGA_NONE; in mips_elf_count_got_symbols()
4471 else if (h->global_got_area == GGA_RELOC_ONLY) in mips_elf_count_got_symbols()
4712 && entry->d.h->global_got_area != GGA_NONE) in mips_elf_set_global_got_area()
4713 entry->d.h->global_got_area = arg->value; in mips_elf_set_global_got_area()
4732 && entry->d.h->global_got_area != GGA_NONE) in mips_elf_set_global_gotidx()
6421 BFD_ASSERT (htab->is_vxworks || h->global_got_area != GGA_NONE); in mips_elf_create_dynamic_relocation()
8977 if (hmips->global_got_area > GGA_RELOC_ONLY) in allocate_dynrelocs()
8978 hmips->global_got_area = GGA_RELOC_ONLY; in allocate_dynrelocs()
10866 if (hmips->global_got_area != GGA_NONE) in _bfd_mips_elf_finish_dynamic_symbol()
10876 if (hmips->global_got_area != GGA_NONE && g->next) in _bfd_mips_elf_finish_dynamic_symbol()
11138 if (hmips->global_got_area != GGA_NONE) in _bfd_mips_vxworks_finish_dynamic_symbol()
12559 if (indmips->global_got_area < dirmips->global_got_area) in _bfd_mips_elf_copy_indirect_symbol()
12560 dirmips->global_got_area = indmips->global_got_area; in _bfd_mips_elf_copy_indirect_symbol()
12561 if (indmips->global_got_area < GGA_NONE) in _bfd_mips_elf_copy_indirect_symbol()
12562 indmips->global_got_area = GGA_NONE; in _bfd_mips_elf_copy_indirect_symbol()