Home
last modified time | relevance | path

Searched refs:hash_entry_size (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delflink.c6427 size_t hash_entry_size; in bfd_elf_size_dynsym_hash_dynstr() local
6460 hash_entry_size = elf_section_data (s)->this_hdr.sh_entsize; in bfd_elf_size_dynsym_hash_dynstr()
6461 s->size = ((2 + bucketcount + dynsymcount) * hash_entry_size); in bfd_elf_size_dynsym_hash_dynstr()
6466 bfd_put (8 * hash_entry_size, output_bfd, bucketcount, s->contents); in bfd_elf_size_dynsym_hash_dynstr()
6467 bfd_put (8 * hash_entry_size, output_bfd, dynsymcount, in bfd_elf_size_dynsym_hash_dynstr()
6468 s->contents + hash_entry_size); in bfd_elf_size_dynsym_hash_dynstr()
9025 size_t hash_entry_size; in elf_link_output_extsym() local
9034 hash_entry_size in elf_link_output_extsym()
9037 + (bucket + 2) * hash_entry_size); in elf_link_output_extsym()
9038 chain = bfd_get (8 * hash_entry_size, flinfo->output_bfd, bucketpos); in elf_link_output_extsym()
[all …]
DChangeLog-98991662 * elf-bfd.h (elf_size_info): Add hash_entry_size,