Lines Matching defs:root

634   struct elf_obj_tdata root;
759 return &ret->elf.root;
867 if (ind->root.type == bfd_link_hash_indirect
875 && ind->root.type != bfd_link_hash_indirect
969 while (h->root.type == bfd_link_hash_indirect
970 || h->root.type == bfd_link_hash_warning)
971 h = (struct elf_link_hash_entry *) h->root.u.i.link;
1150 abfd, h->root.root.string);
1229 || h->root.type == bfd_link_hash_defweak
1235 && (h->root.type == bfd_link_hash_defweak
1414 while (h->root.type == bfd_link_hash_indirect
1415 || h->root.type == bfd_link_hash_warning)
1416 h = (struct elf_link_hash_entry *) h->root.u.i.link;
1535 if (h->elf.root.type == bfd_link_hash_warning)
1536 h = (struct elf_s390_link_hash_entry *) h->elf.root.u.i.link;
1571 && h->root.type != bfd_link_hash_undefweak
1572 && h->root.type != bfd_link_hash_undefined))
1599 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
1600 || h->u.weakdef->root.type == bfd_link_hash_defweak);
1601 h->root.u.def.section = h->u.weakdef->root.u.def.section;
1602 h->root.u.def.value = h->u.weakdef->root.u.def.value;
1655 h->root.root.string);
1674 if ((h->root.u.def.section->flags & SEC_ALLOC) != 0)
1698 if (h->root.type == bfd_link_hash_indirect)
1701 if (h->root.type == bfd_link_hash_warning)
1705 h = (struct elf_link_hash_entry *) h->root.u.i.link;
1713 || h->root.type != bfd_link_hash_undefweak))
1744 h->root.u.def.section = s;
1745 h->root.u.def.value = h->plt.offset;
1822 || h->root.type != bfd_link_hash_undefweak)
1860 && h->root.type == bfd_link_hash_undefweak)
1885 && (h->root.type == bfd_link_hash_undefweak
1886 || h->root.type == bfd_link_hash_undefined))))
1928 if (h->root.type == bfd_link_hash_warning)
1929 h = (struct elf_link_hash_entry *) h->root.u.i.link;
2370 && h->root.type == bfd_link_hash_undefweak))
2538 || h->root.type != bfd_link_hash_undefweak)
2553 || h->root.type == bfd_link_hash_undefweak
2554 || h->root.type == bfd_link_hash_undefined)))
3014 h->root.root.string);
3037 name = h->root.root.string;
3053 (info, (h ? &h->root : NULL), name, howto->name,
3200 rela.r_addend = (h->root.u.def.value
3201 + h->root.u.def.section->output_section->vma
3202 + h->root.u.def.section->output_offset);
3225 || (h->root.type != bfd_link_hash_defined
3226 && h->root.type != bfd_link_hash_defweak)
3230 rela.r_offset = (h->root.u.def.value
3231 + h->root.u.def.section->output_section->vma
3232 + h->root.u.def.section->output_offset);
3241 if (strcmp (h->root.root.string, "_DYNAMIC") == 0