Searched refs:sizeof_hash_entry (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h437 unsigned char sizeof_hash_entry;
435 unsigned char sizeof_hash_entry; member in struct:elf_size_info
H A Delflink.c240 elf_section_data (s)->this_hdr.sh_entsize = bed->s->sizeof_hash_entry;
5321 max = (2 + dynsymcount) * bed->s->sizeof_hash_entry;
5331 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1;
5342 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1;
H A Delf.c2836 this_hdr->sh_entsize = bed->s->sizeof_hash_entry;

Completed in 177 milliseconds