Home
last modified time | relevance | path

Searched refs:reg_got_refcount (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-cris.c767 bfd_signed_vma reg_got_refcount; member
872 ret->reg_got_refcount = 0; in elf_cris_link_hash_newfunc()
2213 && (elf_cris_hash_entry (h)->reg_got_refcount > 0) in elf_cris_finish_dynamic_symbol()
2524 ? &((struct elf_cris_link_hash_entry *) h)->reg_got_refcount in cris_elf_gc_sweep_hook()
2734 if (h->reg_got_refcount > 0) in elf_cris_adjust_gotplt_to_got()
2740 h->reg_got_refcount += h->gotplt_refcount; in elf_cris_adjust_gotplt_to_got()
2756 h->reg_got_refcount = h->gotplt_refcount; in elf_cris_adjust_gotplt_to_got()
3114 XMOVE (reg_got_refcount); in elf_cris_copy_indirect_symbol()
3436 if (elf_cris_hash_entry (h)->reg_got_refcount == 0) in cris_elf_check_relocs()
3443 elf_cris_hash_entry (h)->reg_got_refcount++; in cris_elf_check_relocs()
[all …]
DChangeLog-2008368 (struct elf_cris_link_hash_entry): New members reg_got_refcount,
389 reg_got_refcount when checking whether to emit a GOT entry.
395 regarding h->reg_got_refcount.