Home | History | Annotate | Download | only in src

Lines Matching full:hval

971   unsigned long int hval;
1010 hval = elf_hash (search.name);
1013 queued = ld_section_tab_find (&ld_state.section_tab, hval, &search);
1092 ld_section_tab_insert (&ld_state.section_tab, hval, queued);
1523 unsigned long int hval = elf_hash (search.name);
1529 if (((unlikely (hval
1531 || (unlikely (hval == 102264335ul)
1540 hval, &search);
1588 hval, newp) != 0))
1599 if (hval == 6685956 && strcmp (newp->name, "_init") == 0)
1601 else if (hval == 6672457 && strcmp (newp->name, "_fini") == 0)
3987 Elf32_Word hval = gnuhashcodes[ndxtosym[remap[cnt]]->outdynsymidx];
3991 Elf32_Word *bsw = &gnu_bitmask[(hval / 32) & bitmask_idxbits];
3994 *bsw |= 1 << (hval & 31);
3995 *bsw |= 1 << ((hval >> gnu_shift) & 31);
3999 Elf64_Word *bsw = &((Elf64_Word *) gnu_bitmask)[(hval / 64)
4003 *bsw |= 1 << (hval & 63);
4004 *bsw |= 1 << ((hval >> gnu_shift) & 63);
4007 size_t this_bucket = hval % gnu_nbuckets;
4024 gnu_chain[cnt - first_defined] = hval & ~1u;