Home
last modified time | relevance | path

Searched refs:can_refcount (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf-bfd.h966 unsigned can_refcount : 1; member
H A Delf.c1355 bfd_signed_vma lowest_valid = bed->can_refcount; in _bfd_elf_link_hash_copy_indirect()
1437 table->init_refcount.refcount = get_elf_backend_data (abfd)->can_refcount; in _bfd_elf_link_hash_table_init()
H A DChangeLog-00011782 (struct elf_backend_data): Add can_refcount.
1790 (elfNN_bed): Init can_refcount.
H A DChangeLog-02035531 can_refcount is properly extended to the type of
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf-bfd.h1066 unsigned can_refcount : 1; member
H A Delf.c1593 int can_refcount = get_elf_backend_data (abfd)->can_refcount; in _bfd_elf_link_hash_table_init() local
1597 table->init_got_refcount.refcount = can_refcount - 1; in _bfd_elf_link_hash_table_init()
1598 table->init_plt_refcount.refcount = can_refcount - 1; in _bfd_elf_link_hash_table_init()
H A DChangeLog-00011782 (struct elf_backend_data): Add can_refcount.
1790 (elfNN_bed): Init can_refcount.
H A DChangeLog-02035531 can_refcount is properly extended to the type of