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

/haiku-buildtools/legacy/binutils/bfd/
H A Delf-bfd.h1085 unsigned can_refcount : 1;
1083 unsigned can_refcount : 1; member in struct:elf_backend_data
H A Delf.c1571 int can_refcount = get_elf_backend_data (abfd)->can_refcount;
1575 table->init_got_refcount.refcount = can_refcount - 1;
1576 table->init_plt_refcount.refcount = can_refcount - 1;
1568 int can_refcount = get_elf_backend_data (abfd)->can_refcount; local
/haiku-buildtools/binutils/bfd/
H A Delf-bfd.h1455 unsigned can_refcount : 1;
1453 unsigned can_refcount : 1; member in struct:elf_backend_data
H A Delflink.c7205 int can_refcount = get_elf_backend_data (abfd)->can_refcount;
7207 table->init_got_refcount.refcount = can_refcount - 1;
7208 table->init_plt_refcount.refcount = can_refcount - 1;
7194 int can_refcount = get_elf_backend_data (abfd)->can_refcount; local

Completed in 158 milliseconds