Lines Matching refs:hs
2187 struct alpha_elf_link_hash_entry *hs in elf64_alpha_copy_indirect_symbol() local
2194 hs->flags |= hi->flags; in elf64_alpha_copy_indirect_symbol()
2206 if (hs->got_entries == NULL) in elf64_alpha_copy_indirect_symbol()
2207 hs->got_entries = hi->got_entries; in elf64_alpha_copy_indirect_symbol()
2212 gsh = hs->got_entries; in elf64_alpha_copy_indirect_symbol()
2224 gi->next = hs->got_entries; in elf64_alpha_copy_indirect_symbol()
2225 hs->got_entries = gi; in elf64_alpha_copy_indirect_symbol()
2233 if (hs->reloc_entries == NULL) in elf64_alpha_copy_indirect_symbol()
2234 hs->reloc_entries = hi->reloc_entries; in elf64_alpha_copy_indirect_symbol()
2239 rsh = hs->reloc_entries; in elf64_alpha_copy_indirect_symbol()
2249 ri->next = hs->reloc_entries; in elf64_alpha_copy_indirect_symbol()
2250 hs->reloc_entries = ri; in elf64_alpha_copy_indirect_symbol()