Searched refs:init_plt_refcount (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h337 union gotplt_union init_plt_refcount;
336 union gotplt_union init_plt_refcount; member in struct:elf_link_hash_table
H A Delf.c1531 ret->plt = htab->init_plt_refcount;
1578 if (ind->plt.refcount > htab->init_plt_refcount.refcount)
1583 ind->plt.refcount = htab->init_plt_refcount.refcount;
1632 table->init_plt_refcount.refcount = can_refcount - 1;
H A Delf32-ppc.c2570 ret->elf.init_plt_refcount.refcount = 0;
2571 ret->elf.init_plt_refcount.glist = NULL;
H A Delf64-ppc.c3700 htab->elf.init_plt_refcount.refcount = 0;
3701 htab->elf.init_plt_refcount.glist = NULL;
H A Delflink.c5445 elf_hash_table (info)->init_plt_refcount

Completed in 471 milliseconds