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

/haiku-buildtools/binutils/bfd/
H A Delf32-arc.c375 ret->elf.init_got_refcount.refcount = 0;
376 ret->elf.init_got_refcount.glist = NULL;
H A Delf-bfd.h519 union gotplt_union init_got_refcount;
518 union gotplt_union init_got_refcount; member in struct:elf_link_hash_table
H A Delf32-spu.c465 htab->elf.init_got_refcount.refcount = 0;
466 htab->elf.init_got_refcount.glist = NULL;
H A Delflink.c5917 elf_hash_table (info)->init_got_refcount
7100 ret->got = htab->init_got_refcount;
7141 if (ind->got.refcount > htab->init_got_refcount.refcount)
7146 ind->got.refcount = htab->init_got_refcount.refcount;
7207 table->init_got_refcount.refcount = can_refcount - 1;
H A Delf64-ppc.c4363 htab->elf.init_got_refcount.refcount = 0;
4364 htab->elf.init_got_refcount.glist = NULL;
/haiku-buildtools/legacy/binutils/bfd/
H A Delf-bfd.h350 union gotplt_union init_got_refcount;
349 union gotplt_union init_got_refcount; member in struct:elf_link_hash_table
H A Delf.c1473 ret->got = htab->init_got_refcount;
1513 if (ind->got.refcount > htab->init_got_refcount.refcount)
1518 ind->got.refcount = htab->init_got_refcount.refcount;
1575 table->init_got_refcount.refcount = can_refcount - 1;
H A Delf64-ppc.c3518 htab->elf.init_got_refcount.refcount = 0;
3519 htab->elf.init_got_refcount.glist = NULL;
H A Delflink.c5030 elf_hash_table (info)->init_got_refcount

Completed in 460 milliseconds