Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-sh.c2388 } datalabel_got; member
2535 ret->datalabel_got.refcount = ret->root.got.refcount; in sh_elf_link_hash_newfunc()
3103 if (eh->datalabel_got.refcount > 0) in allocate_dynrelocs()
3118 eh->datalabel_got.offset = s->size; in allocate_dynrelocs()
3125 eh->datalabel_got.offset = (bfd_vma) -1; in allocate_dynrelocs()
4504 off = hsh->datalabel_got.offset; in sh_elf_relocate_section()
4540 hsh->datalabel_got.offset |= 1; in sh_elf_relocate_section()
5769 if (eh->datalabel_got.refcount > 0) in sh_elf_gc_sweep_hook()
5770 eh->datalabel_got.refcount -= 1; in sh_elf_gc_sweep_hook()
5855 if (eh->datalabel_got.refcount > 0) in sh_elf_gc_sweep_hook()
[all …]
DChangeLog-02036126 datalabel_got_offset with union of datalabel_got
6128 (sh_elf_link_hash_newfunc): Initialize datalabel_got.refcount.
6131 datalabel version of symbol if datalabel_got.refcount > 0.
6132 (sh_elf_relocate_section): Use datalabel_got union.
6135 Initialize it. Decrement datalabel_got.refcount for
6139 (sh_elf_copy_indirect_symbol): Copy datalabel_got field over.
6142 datalabel_got refcount rather than got.refcount.