Lines Matching defs:root

497   struct elf_obj_tdata root;
874 return &ret->elf.root;
1022 if (ind->root.type == bfd_link_hash_indirect
1125 while (h->root.type == bfd_link_hash_indirect
1126 || h->root.type == bfd_link_hash_warning)
1127 h = (struct elf_link_hash_entry *) h->root.u.i.link;
1244 abfd, h ? h->root.root.string : "<local>");
1341 && strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
1415 || h->root.type == bfd_link_hash_defweak
1420 && (h->root.type == bfd_link_hash_defweak
1587 while (h->root.type == bfd_link_hash_indirect
1588 || h->root.type == bfd_link_hash_warning)
1589 h = (struct elf_link_hash_entry *) h->root.u.i.link;
1635 && strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
1728 && (h->root.type == bfd_link_hash_defined
1729 || h->root.type == bfd_link_hash_defweak)
1730 && (h->root.u.def.section->flags & SEC_CODE) != 0))
1736 && h->root.type != bfd_link_hash_undefweak
1737 && h->root.type != bfd_link_hash_undefined))
1758 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
1759 || h->u.weakdef->root.type == bfd_link_hash_defweak);
1760 h->root.u.def.section = h->u.weakdef->root.u.def.section;
1761 h->root.u.def.value = h->u.weakdef->root.u.def.value;
1799 h->root.root.string);
1817 if ((h->root.u.def.section->flags & SEC_ALLOC) != 0)
1839 if (h->root.type == bfd_link_hash_indirect)
1842 if (h->root.type == bfd_link_hash_warning)
1846 h = (struct elf_link_hash_entry *) h->root.u.i.link;
1907 h->root.u.def.section = s;
1908 h->root.u.def.value = h->plt.offset;
2014 && h->root.type == bfd_link_hash_undefweak)
2039 && (h->root.type == bfd_link_hash_undefweak
2040 || h->root.type == bfd_link_hash_undefined))))
2080 if (h->root.type == bfd_link_hash_warning)
2081 h = (struct elf_link_hash_entry *) h->root.u.i.link;
2240 && elf_hash_table (info)->hgot->root.u.def.value == 0)
2241 elf_hash_table (info)->hgot->root.u.def.value = 0x1000;
2493 got_base = elf_hash_table (info)->hgot->root.u.def.value;
2725 && strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
2768 || h->root.type != bfd_link_hash_undefweak)
2780 || h->root.type == bfd_link_hash_undefweak
2781 || h->root.type == bfd_link_hash_undefined)))
3270 h->root.root.string);
3510 if (h->root.type == bfd_link_hash_undefweak
3527 (info, (h ? &h->root : NULL), name, howto->name,
3565 got_base = (htab->elf.hgot->root.u.def.value
3566 + htab->elf.hgot->root.u.def.section->output_offset
3567 + htab->elf.hgot->root.u.def.section->output_section->vma);
3760 asection *sec = h->root.u.def.section;
3762 rela.r_addend = (h->root.u.def.value
3785 s = bfd_get_section_by_name (h->root.u.def.section->owner,
3789 rela.r_offset = (h->root.u.def.value
3790 + h->root.u.def.section->output_section->vma
3791 + h->root.u.def.section->output_offset);
3800 if (strcmp (h->root.root.string, "_DYNAMIC") == 0
3913 got_base = (htab->elf.hgot->root.u.def.section->output_section->vma
3914 + htab->elf.hgot->root.u.def.section->output_offset
3915 + htab->elf.hgot->root.u.def.value);