Home
last modified time | relevance | path

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

/trueos/contrib/binutils/bfd/
HDelf-bfd.h435 unsigned char sizeof_hash_entry; member
HDelflink.c239 elf_section_data (s)->this_hdr.sh_entsize = bed->s->sizeof_hash_entry; in _bfd_elf_link_create_dynamic_sections()
5311 max = (2 + dynsymcount) * bed->s->sizeof_hash_entry; in compute_bucket_count()
5321 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1; in compute_bucket_count()
5332 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1; in compute_bucket_count()
HDChangeLog-20061452 that and NSYMS as arguments. Use bed->s->sizeof_hash_entry
HDelf.c2831 this_hdr->sh_entsize = bed->s->sizeof_hash_entry; in elf_fake_sections()