Home
last modified time | relevance | path

Searched refs:num_rel_hashes (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Delflink.c1943 bfd_size_type num_rel_hashes; in _bfd_elf_link_size_reloc_section() local
1951 num_rel_hashes = o->reloc_count; in _bfd_elf_link_size_reloc_section()
1952 if (num_rel_hashes < reloc_count) in _bfd_elf_link_size_reloc_section()
1953 num_rel_hashes = reloc_count; in _bfd_elf_link_size_reloc_section()
1969 && num_rel_hashes) in _bfd_elf_link_size_reloc_section()
1973 p = bfd_zmalloc (num_rel_hashes * sizeof (struct elf_link_hash_entry *)); in _bfd_elf_link_size_reloc_section()
H A Delflink.h4797 bfd_size_type num_rel_hashes; local
4805 num_rel_hashes = o->reloc_count;
4806 if (num_rel_hashes < reloc_count)
4807 num_rel_hashes = reloc_count;
4823 && num_rel_hashes)
4828 bfd_zmalloc (num_rel_hashes
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delflink.c2122 bfd_size_type num_rel_hashes; in _bfd_elf_link_size_reloc_section() local
2130 num_rel_hashes = o->reloc_count; in _bfd_elf_link_size_reloc_section()
2131 if (num_rel_hashes < reloc_count) in _bfd_elf_link_size_reloc_section()
2132 num_rel_hashes = reloc_count; in _bfd_elf_link_size_reloc_section()
2148 && num_rel_hashes) in _bfd_elf_link_size_reloc_section()
2152 p = bfd_zmalloc (num_rel_hashes * sizeof (struct elf_link_hash_entry *)); in _bfd_elf_link_size_reloc_section()