Searched refs:init_got_refcount (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h336 union gotplt_union init_got_refcount;
335 union gotplt_union init_got_refcount; member in struct:elf_link_hash_table
H A Delf.c1530 ret->got = htab->init_got_refcount;
1570 if (ind->got.refcount > htab->init_got_refcount.refcount)
1575 ind->got.refcount = htab->init_got_refcount.refcount;
1631 table->init_got_refcount.refcount = can_refcount - 1;
H A Delf64-ppc.c3698 htab->elf.init_got_refcount.refcount = 0;
3699 htab->elf.init_got_refcount.glist = NULL;
H A Delflink.c5443 elf_hash_table (info)->init_got_refcount

Completed in 258 milliseconds