Lines Matching defs:root

442   struct elf_obj_tdata root;
567 return &ret->elf.root;
671 if (ind->root.type == bfd_link_hash_indirect
679 && ind->root.type != bfd_link_hash_indirect
784 while (h->root.type == bfd_link_hash_indirect
785 || h->root.type == bfd_link_hash_warning)
786 h = (struct elf_link_hash_entry *) h->root.u.i.link;
803 (h) ? h->root.root.string : "a local symbol");
892 abfd, h ? h->root.root.string : "<local>");
963 (h) ? h->root.root.string : "a local symbol");
1020 || h->root.type == bfd_link_hash_defweak
1026 && (h->root.type == bfd_link_hash_defweak
1204 while (h->root.type == bfd_link_hash_indirect
1205 || h->root.type == bfd_link_hash_warning)
1206 h = (struct elf_link_hash_entry *) h->root.u.i.link;
1302 && h->root.type == bfd_link_hash_undefweak))
1328 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
1329 || h->u.weakdef->root.type == bfd_link_hash_defweak);
1330 h->root.u.def.section = h->u.weakdef->root.u.def.section;
1331 h->root.u.def.value = h->u.weakdef->root.u.def.value;
1384 h->root.root.string);
1403 if ((h->root.u.def.section->flags & SEC_ALLOC) != 0)
1425 if (h->root.type == bfd_link_hash_indirect)
1428 if (h->root.type == bfd_link_hash_warning)
1429 h = (struct elf_link_hash_entry *) h->root.u.i.link;
1466 h->root.u.def.section = s;
1467 h->root.u.def.value = h->plt.offset;
1545 || h->root.type != bfd_link_hash_undefweak)
1593 && h->root.type == bfd_link_hash_undefweak)
1618 && (h->root.type == bfd_link_hash_undefweak
1619 || h->root.type == bfd_link_hash_undefined))))
1659 if (h->root.type == bfd_link_hash_warning)
1660 h = (struct elf_link_hash_entry *) h->root.u.i.link;
2178 && h->root.type == bfd_link_hash_undefweak))
2274 input_bfd, h->root.root.string);
2358 input_bfd, h->root.root.string);
2363 h->root.root.string);
2383 || h->root.type != bfd_link_hash_undefweak)
2396 || h->root.type == bfd_link_hash_undefweak
2397 || h->root.type == bfd_link_hash_undefined)))
3008 h->root.root.string);
3019 name = h->root.root.string;
3034 (info, (h ? &h->root : NULL), name, howto->name,
3175 rela.r_addend = (h->root.u.def.value
3176 + h->root.u.def.section->output_section->vma
3177 + h->root.u.def.section->output_offset);
3201 || (h->root.type != bfd_link_hash_defined
3202 && h->root.type != bfd_link_hash_defweak)
3206 rela.r_offset = (h->root.u.def.value
3207 + h->root.u.def.section->output_section->vma
3208 + h->root.u.def.section->output_offset);
3217 if (strcmp (h->root.root.string, "_DYNAMIC") == 0
3570 && h->root.type == bfd_link_hash_common
3578 h->root.u.c.p->section
3580 h->root.u.c.p->section->flags = SEC_ALLOC;