Lines Matching refs:reloc_entries
182 struct alpha_elf_reloc_entry *reloc_entries; member
270 ret->reloc_entries = NULL; in elf64_alpha_link_hash_newfunc()
1962 for (rent = h->reloc_entries; rent; rent = rent->next) in elf64_alpha_check_relocs()
1978 rent->next = h->reloc_entries; in elf64_alpha_check_relocs()
1979 h->reloc_entries = rent; in elf64_alpha_check_relocs()
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()
2221 for (ri = hi->reloc_entries; ri ; ri = rin) 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()
2235 hi->reloc_entries = NULL; in elf64_alpha_copy_indirect_symbol()
2735 for (relent = h->reloc_entries; relent; relent = relent->next) in elf64_alpha_calc_dynrel_sizes()