Home
last modified time | relevance | path

Searched refs:global_got_area (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c378 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()
[all …]
DChangeLog-20081300 and R_MIPS_64; limit global_got_area to GGA_RELOC_ONLY instead.
1319 Set the global_got_area of a forced-local GGA_RELOC_ONLY symbol
1330 (mips_elf_link_hash_entry): Add a "global_got_area" field.
1332 (mips_elf_sort_hash_table_f): Use h->global_got_area instead of
1334 (mips_elf_record_global_got_symbol): Set h->global_got_area
1336 (mips_elf_recreate_got): Assert that h->global_got_area == GGA_NONE
1340 Use and set h->global_got_area instead of h->root.got.offset.
1342 (mips_elf_set_global_got_offset): Set h->global_got_area
1343 instead of h->root.got.offset. Use g->global_got_area instead
1350 global_got_area to the direct symbol if the latter's value is higher.
DChangeLog-2010908 (mips_elf_make_got_per_bfd): Use global_got_area to decide whether
913 Use global_got_area to decide whether an output relocation
918 (mips_elf_create_dynamic_relocation): Use global_got_area to decide
924 (_bfd_mips_elf_finish_dynamic_symbol): Use global_got_area to decide
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc1032 global_got_area() const in global_got_area() function in __anona7e08b770111::Mips_symbol
1037 set_global_got_area(Global_got_area global_got_area) in set_global_got_area() argument
1038 { this->global_got_area_ = global_got_area; } in set_global_got_area()
2058 gold_assert(sym->global_got_area() != GGA_NONE); in get_primary_got_offset()
2783 unsigned int area1 = mips_sym1->global_got_area(); in got_offset_compare()
2784 unsigned int area2 = mips_sym2->global_got_area(); in got_offset_compare()
2811 if (mips_sym->global_got_area() == GGA_NORMAL in reorder_dyn_symbols()
2812 || mips_sym->global_got_area() == GGA_RELOC_ONLY) in reorder_dyn_symbols()
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()
[all …]