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

/haiku-buildtools/binutils/gold/
H A Ddynobj.cc944 unsigned int bucketpos = dynsym_hashvals[i] % bucketcount; local
945 chain[dynsym_index] = bucket[bucketpos];
946 bucket[bucketpos] = dynsym_index;
/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c6657 bfd_byte *bucketpos;
6674 bucketpos = ((bfd_byte *) finfo->hash_sec->contents
6676 chain = bfd_get (8 * hash_entry_size, finfo->output_bfd, bucketpos);
6677 bfd_put (8 * hash_entry_size, finfo->output_bfd, h->dynindx, bucketpos);
6647 bfd_byte *bucketpos; local
/haiku-buildtools/binutils/bfd/
H A Delflink.c9704 bfd_byte *bucketpos;
9714 bucketpos = ((bfd_byte *) flinfo->hash_sec->contents
9716 chain = bfd_get (8 * hash_entry_size, flinfo->output_bfd, bucketpos);
9718 bucketpos);
9692 bfd_byte *bucketpos; local

Completed in 142 milliseconds