Lines Matching refs:hval
961 unsigned long int hval; in add_section() local
1000 hval = elf_hash (search.name); in add_section()
1003 queued = ld_section_tab_find (&ld_state.section_tab, hval, &search); in add_section()
1082 ld_section_tab_insert (&ld_state.section_tab, hval, queued); in add_section()
1513 unsigned long int hval = elf_hash (search.name); in add_relocatable_file() local
1519 if (((unlikely (hval == 165832675ul) in add_relocatable_file()
1521 || (unlikely (hval == 102264335ul) in add_relocatable_file()
1530 hval, &search); in add_relocatable_file()
1578 hval, newp) != 0)) in add_relocatable_file()
1589 if (hval == 6685956 && strcmp (newp->name, "_init") == 0) in add_relocatable_file()
1591 else if (hval == 6672457 && strcmp (newp->name, "_fini") == 0) in add_relocatable_file()
3977 Elf32_Word hval = gnuhashcodes[ndxtosym[remap[cnt]]->outdynsymidx]; in create_gnu_hash() local
3981 Elf32_Word *bsw = &gnu_bitmask[(hval / 32) & bitmask_idxbits]; in create_gnu_hash()
3984 *bsw |= 1 << (hval & 31); in create_gnu_hash()
3985 *bsw |= 1 << ((hval >> gnu_shift) & 31); in create_gnu_hash()
3989 Elf64_Word *bsw = &((Elf64_Word *) gnu_bitmask)[(hval / 64) in create_gnu_hash()
3993 *bsw |= 1 << (hval & 63); in create_gnu_hash()
3994 *bsw |= 1 << ((hval >> gnu_shift) & 63); in create_gnu_hash()
3997 size_t this_bucket = hval % gnu_nbuckets; in create_gnu_hash()
4014 gnu_chain[cnt - first_defined] = hval & ~1u; in create_gnu_hash()