Searched refs:hash_entry_size (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dtarget.h474 hash_entry_size() const function in class:gold::Target
475 { return this->pti_->hash_entry_size; }
564 const int hash_entry_size; member in struct:gold::Target::Target_info
H A Ddynobj.cc949 int size = parameters->target().hash_entry_size();
H A Dlayout.cc4482 hashsec->set_entsize(parameters->target().hash_entry_size() / 8);
/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c5720 size_t hash_entry_size;
5777 hash_entry_size = elf_section_data (s)->this_hdr.sh_entsize;
5778 s->size = ((2 + bucketcount + dynsymcount) * hash_entry_size);
5783 bfd_put (8 * hash_entry_size, output_bfd, bucketcount, s->contents);
5784 bfd_put (8 * hash_entry_size, output_bfd, dynsymcount,
5785 s->contents + hash_entry_size);
6656 size_t hash_entry_size;
6672 hash_entry_size
6675 + (bucket + 2) * hash_entry_size);
6676 chain = bfd_get (8 * hash_entry_size, finf
5710 size_t hash_entry_size; local
6646 size_t hash_entry_size; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delflink.c6797 size_t hash_entry_size;
6830 hash_entry_size = elf_section_data (s)->this_hdr.sh_entsize;
6831 s->size = ((2 + bucketcount + dynsymcount) * hash_entry_size);
6836 bfd_put (8 * hash_entry_size, output_bfd, bucketcount, s->contents);
6837 bfd_put (8 * hash_entry_size, output_bfd, dynsymcount,
6838 s->contents + hash_entry_size);
9703 size_t hash_entry_size;
9712 hash_entry_size
9715 + (bucket + 2) * hash_entry_size);
9716 chain = bfd_get (8 * hash_entry_size, flinf
6787 size_t hash_entry_size; local
9691 size_t hash_entry_size; local
[all...]

Completed in 143 milliseconds