Lines Matching refs:hash_ptr
167 struct elf_link_hash_entry **hash_ptr; in elf_vxworks_emit_relocs() local
172 hash_ptr = rel_hash; in elf_vxworks_emit_relocs()
175 hash_ptr++) in elf_vxworks_emit_relocs()
177 if (*hash_ptr in elf_vxworks_emit_relocs()
178 && (*hash_ptr)->def_dynamic in elf_vxworks_emit_relocs()
179 && !(*hash_ptr)->def_regular in elf_vxworks_emit_relocs()
180 && ((*hash_ptr)->root.type == bfd_link_hash_defined in elf_vxworks_emit_relocs()
181 || (*hash_ptr)->root.type == bfd_link_hash_defweak) in elf_vxworks_emit_relocs()
182 && (*hash_ptr)->root.u.def.section->output_section != NULL) in elf_vxworks_emit_relocs()
196 asection *sec = (*hash_ptr)->root.u.def.section; in elf_vxworks_emit_relocs()
201 irela[j].r_addend += (*hash_ptr)->root.u.def.value; in elf_vxworks_emit_relocs()
205 *hash_ptr = NULL; in elf_vxworks_emit_relocs()