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