Searched refs:hval (Results 1 – 2 of 2) sorted by relevance
42 unsigned long int hval, g; local46 hval = 0;49 hval <<= 4;50 hval += (unsigned long int) *str++;51 g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4));54 hval ^= g >> (HASHWORDBITS - 8);55 hval ^= g;58 return hval;
5688 bfd_vma hval; in xcoff_reloc_link_order() local5722 hval = h->root.u.def.value; in xcoff_reloc_link_order()5724 hval = 0; in xcoff_reloc_link_order()5730 + hval); in xcoff_reloc_link_order()