Lines Matching refs:hash_ptr
165 struct elf_link_hash_entry **hash_ptr; in elf_vxworks_emit_relocs() local
170 hash_ptr = rel_hash; in elf_vxworks_emit_relocs()
173 hash_ptr++) in elf_vxworks_emit_relocs()
175 if (*hash_ptr in elf_vxworks_emit_relocs()
176 && (*hash_ptr)->def_dynamic in elf_vxworks_emit_relocs()
177 && !(*hash_ptr)->def_regular in elf_vxworks_emit_relocs()
178 && ((*hash_ptr)->root.type == bfd_link_hash_defined in elf_vxworks_emit_relocs()
179 || (*hash_ptr)->root.type == bfd_link_hash_defweak) in elf_vxworks_emit_relocs()
180 && (*hash_ptr)->root.u.def.section->output_section != NULL) in elf_vxworks_emit_relocs()
194 asection *sec = (*hash_ptr)->root.u.def.section; in elf_vxworks_emit_relocs()
199 irela[j].r_addend += (*hash_ptr)->root.u.def.value; in elf_vxworks_emit_relocs()
203 *hash_ptr = NULL; in elf_vxworks_emit_relocs()