Home
last modified time | relevance | path

Searched refs:sizeof_hash_entry (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf-bfd.h582 unsigned char sizeof_hash_entry; member
Delflink.c269 elf_section_data (s)->this_hdr.sh_entsize = bed->s->sizeof_hash_entry; in _bfd_elf_link_create_dynamic_sections()
5387 max = (2 + dynsymcount) * bed->s->sizeof_hash_entry; in compute_bucket_count()
5397 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1; in compute_bucket_count()
5408 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1; in compute_bucket_count()
DChangeLog-20061452 that and NSYMS as arguments. Use bed->s->sizeof_hash_entry
Delf.c2767 this_hdr->sh_entsize = bed->s->sizeof_hash_entry; in elf_fake_sections()