Home | History | Annotate | Download | only in bfd

Lines Matching defs:hash_ptr

167       struct elf_link_hash_entry **hash_ptr;
172 hash_ptr = rel_hash;
175 hash_ptr++)
177 if (*hash_ptr
178 && (*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;
201 irela[j].r_addend += (*hash_ptr)->root.u.def.value;
205 *hash_ptr = NULL;