Lines Matching defs:root

1183   return &ret->elf.root;
1288 ? (long) entry->d.h->root.root.hash
1555 ad += entry->d.h->root.u.def.value;
1575 || entry->d.h->root.type != bfd_link_hash_undefweak)
1610 && entry->d.h->root.type == bfd_link_hash_undefweak
1626 idx = elf_section_data (entry->d.h->root.u.def.section
1628 ad = entry->d.h->root.u.def.section->output_offset
1629 + entry->d.h->root.u.def.value;
1709 ad += entry->d.h->root.u.def.value;
1729 || entry->d.h->root.type != bfd_link_hash_undefweak)
1965 && strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
2187 while (h->root.type == bfd_link_hash_indirect
2188 || h->root.type == bfd_link_hash_warning)
2189 h = (struct elf_link_hash_entry *) h->root.u.i.link;
2191 name = h->root.root.string;
2193 if ((h->root.type == bfd_link_hash_defined
2194 || h->root.type == bfd_link_hash_defweak)
2201 if (h->root.type == bfd_link_hash_defined
2202 || h->root.type == bfd_link_hash_defweak)
2204 sec = h->root.u.def.section;
2205 relocation = (h->root.u.def.value
2209 else if (h->root.type == bfd_link_hash_undefweak)
2219 (info, h->root.root.string, input_bfd,
2310 && picrel->d.h->root.type == bfd_link_hash_undefweak)
2356 if (! (h && h->root.type == bfd_link_hash_undefweak
2371 dynindx = elf_section_data (h->root.u.def.section
2373 addend += h->root.u.def.section->output_offset
2374 + h->root.u.def.value;
2500 addend += h->root.u.def.value;
2537 if (!h || h->root.type != bfd_link_hash_undefweak)
2655 && picrel->d.h->root.type == bfd_link_hash_undefined))
2771 (info, (h ? &h->root : NULL), name, howto->name,
2908 && strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
3060 input_section, (long) rel->r_offset, h->root.root.string);
3069 name = h->root.root.string;
3084 (info, (h ? &h->root : NULL), name, howto->name,
3119 switch (h->root.type)
3126 return h->root.u.def.section;
3129 return h->root.u.c.p->section;
3559 || entry->d.h->root.type != bfd_link_hash_undefweak)
3569 || entry->d.h->root.type != bfd_link_hash_undefweak)
3892 while (h->root.type == bfd_link_hash_indirect
3893 || h->root.type == bfd_link_hash_warning)
3894 h = (struct elf_link_hash_entry *)h->root.u.i.link;
4099 elf_hash_table (info)->hgot->root.u.def.value
4165 if (! h || h->root.type != bfd_link_hash_defined
4219 while (h->root.type == bfd_link_hash_indirect
4220 || h->root.type == bfd_link_hash_warning)
4221 h = (struct elf_link_hash_entry *)h->root.u.i.link;
4222 BFD_ASSERT (h->root.type == bfd_link_hash_defined);
4226 if (h->root.type == bfd_link_hash_defined)
4227 sec->size = h->root.u.def.value;
4260 bfd_vma got_value = hgot->root.u.def.value
4261 + hgot->root.u.def.section->output_section->vma
4262 + hgot->root.u.def.section->output_offset;
4355 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
4356 || h->u.weakdef->root.type == bfd_link_hash_defweak);
4357 h->root.u.def.section = h->u.weakdef->root.u.def.section;
4358 h->root.u.def.value = h->u.weakdef->root.u.def.value;
4401 BFD_ASSERT (h && h->root.type == bfd_link_hash_defined);
4410 (abfd, h->root.u.def.section->output_section)));
4413 - (h->root.u.def.value
4414 + h->root.u.def.section->output_section->vma
4415 + h->root.u.def.section->output_offset);
4902 struct elf_link_hash_entry root;
4912 struct elf_link_hash_table root;
4953 if (!_bfd_elf_link_hash_table_init (&ret->root, abfd,
4963 return &ret->root.root;
5067 if (strcmp (h->root.root.string, "_DYNAMIC") == 0
5109 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
5110 || h->u.weakdef->root.type == bfd_link_hash_defweak);
5111 h->root.u.def.section = h->u.weakdef->root.u.def.section;
5112 h->root.u.def.value = h->u.weakdef->root.u.def.value;
5143 if ((h->root.u.def.section->flags & SEC_ALLOC) != 0)
5168 h->root.u.def.section = s;
5169 h->root.u.def.value = s->size;
5215 if (h->root.type == bfd_link_hash_warning)
5216 h = (struct elf_link_hash_entry *) h->root.u.i.link;
5486 if (h->root.type == bfd_link_hash_defined
5487 || h->root.type == bfd_link_hash_defweak)
5488 targetsec = h->root.u.def.section;