Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c379 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()
[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.27/gold/
Dmips.cc1125 global_got_area() const in global_got_area() function in __anon1e60feb90111::Mips_symbol
1130 set_global_got_area(Global_got_area global_got_area) in set_global_got_area() argument
1131 { this->global_got_area_ = global_got_area; } in set_global_got_area()
2186 gold_assert(sym->global_got_area() != GGA_NONE); in get_primary_got_offset()
2988 unsigned int area1 = mips_sym1->global_got_area(); in got_offset_compare()
2989 unsigned int area2 = mips_sym2->global_got_area(); in got_offset_compare()
3016 if (mips_sym->global_got_area() == GGA_NORMAL in reorder_dyn_symbols()
3017 || mips_sym->global_got_area() == GGA_RELOC_ONLY) in reorder_dyn_symbols()
5650 if (mips_sym->global_got_area() == GGA_NONE) in record_global_got_symbol()
5819 if (mips_sym->global_got_area() == GGA_NONE && !entry->is_tls_entry()) in add_local_entries()
[all …]