Lines Matching refs:hs
2168 struct alpha_elf_link_hash_entry *hs in elf64_alpha_copy_indirect_symbol() local
2175 hs->flags |= hi->flags; in elf64_alpha_copy_indirect_symbol()
2187 if (hs->got_entries == NULL) in elf64_alpha_copy_indirect_symbol()
2188 hs->got_entries = hi->got_entries; in elf64_alpha_copy_indirect_symbol()
2193 gsh = hs->got_entries; in elf64_alpha_copy_indirect_symbol()
2205 gi->next = hs->got_entries; in elf64_alpha_copy_indirect_symbol()
2206 hs->got_entries = gi; in elf64_alpha_copy_indirect_symbol()
2214 if (hs->reloc_entries == NULL) in elf64_alpha_copy_indirect_symbol()
2215 hs->reloc_entries = hi->reloc_entries; in elf64_alpha_copy_indirect_symbol()
2220 rsh = hs->reloc_entries; in elf64_alpha_copy_indirect_symbol()
2230 ri->next = hs->reloc_entries; in elf64_alpha_copy_indirect_symbol()
2231 hs->reloc_entries = ri; in elf64_alpha_copy_indirect_symbol()