Home
last modified time | relevance | path

Searched refs:bucketpos (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Ddynobj.cc944 unsigned int bucketpos = dynsym_hashvals[i] % bucketcount; in create_elf_hash_table() local
945 chain[dynsym_index] = bucket[bucketpos]; in create_elf_hash_table()
946 bucket[bucketpos] = dynsym_index; in create_elf_hash_table()
/toolchain/binutils/binutils-2.27/bfd/
Delflink.c9605 bfd_byte *bucketpos; in elf_link_output_extsym() local
9615 bucketpos = ((bfd_byte *) flinfo->hash_sec->contents in elf_link_output_extsym()
9617 chain = bfd_get (8 * hash_entry_size, flinfo->output_bfd, bucketpos); in elf_link_output_extsym()
9619 bucketpos); in elf_link_output_extsym()