Home | History | Annotate | Download | only in bfd

Lines Matching defs:hash_ptr

165       struct elf_link_hash_entry **hash_ptr;
170 hash_ptr = rel_hash;
173 hash_ptr++)
175 if (*hash_ptr)
177 (*hash_ptr)->has_reloc = 1;
178 if ((*hash_ptr)->def_dynamic
179 && !(*hash_ptr)->def_regular
180 && ((*hash_ptr)->root.type == bfd_link_hash_defined
181 || (*hash_ptr)->root.type == bfd_link_hash_defweak)
182 && (*hash_ptr)->root.u.def.section->output_section != NULL)
196 asection *sec = (*hash_ptr)->root.u.def.section;
202 irela[j].r_addend += (*hash_ptr)->root.u.def.value;
206 *hash_ptr = NULL;