Searched refs:can_refcount (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h1141 unsigned can_refcount : 1;
1139 unsigned can_refcount : 1; member in struct:elf_backend_data
H A Delf.c1628 int can_refcount = get_elf_backend_data (abfd)->can_refcount;
1631 table->init_got_refcount.refcount = can_refcount - 1;
1632 table->init_plt_refcount.refcount = can_refcount - 1;
1625 int can_refcount = get_elf_backend_data (abfd)->can_refcount; local

Completed in 112 milliseconds