Home | History | Annotate | Download | only in bfd

Lines Matching refs:hv

506   struct elf_link_hash_entry *h, *hv;
541 hv = h;
542 while (hv->root.type == bfd_link_hash_indirect
543 || hv->root.type == bfd_link_hash_warning)
544 hv = (struct elf_link_hash_entry *) hv->root.u.i.link;
548 hv->root.type = bfd_link_hash_indirect;
549 hv->root.u.i.link = (struct bfd_link_hash_entry *) h;
550 (*bed->elf_backend_copy_indirect_symbol) (info, h, hv);