Home
last modified time | relevance | path

Searched refs:hashsize (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dm88k-dis.c533 unsigned int hashvalue, hashsize; in init_disasm() local
537 hashsize = sizeof (instructions) / sizeof (INSTAB); in init_disasm()
539 hashentries = xmalloc (hashsize * sizeof (struct HASHTAB)); in init_disasm()
544 for (i = 0; i < hashsize; i++) in init_disasm()
/toolchain/binutils/binutils-2.25/bfd/
Decoff.c3015 unsigned int hashsize, hashlog; in _bfd_ecoff_write_armap() local
3033 hashsize = 1 << hashlog; in _bfd_ecoff_write_armap()
3035 symdefsize = hashsize * 8; in _bfd_ecoff_write_armap()
3090 H_PUT_32 (abfd, hashsize, temp); in _bfd_ecoff_write_armap()
3119 hash = ecoff_armap_hash (*map[i].name, &rehash, hashsize, hashlog); in _bfd_ecoff_write_armap()
3125 for (srch = (hash + rehash) & (hashsize - 1); in _bfd_ecoff_write_armap()
3127 srch = (srch + rehash) & (hashsize - 1)) in _bfd_ecoff_write_armap()
DChangeLog-00014166 generic version since we want a hashsize of 4.