Searched refs:hashsize (Results 1 – 3 of 3) sorted by relevance
533 unsigned int hashvalue, hashsize; in init_disasm() local537 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()
3015 unsigned int hashsize, hashlog; in _bfd_ecoff_write_armap() local3033 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()
4166 generic version since we want a hashsize of 4.