Lines Matching defs:root

303   struct elf_link_hash_entry root;
315 struct elf_link_hash_table root;
365 if (!_bfd_elf_link_hash_table_init (&ret->root, abfd,
375 return &ret->root.root;
610 while (h->root.type == bfd_link_hash_indirect
611 || h->root.type == bfd_link_hash_warning)
612 h = (struct elf_link_hash_entry *) h->root.u.i.link;
621 && strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
774 || h->root.type == bfd_link_hash_defweak
948 switch (h->root.type)
955 return h->root.u.def.section;
958 return h->root.u.c.p->section;
1006 while (h->root.type == bfd_link_hash_indirect
1007 || h->root.type == bfd_link_hash_warning)
1008 h = (struct elf_link_hash_entry *) h->root.u.i.link;
1109 && h->root.type == bfd_link_hash_undefweak))
1156 h->root.u.def.section = s;
1157 h->root.u.def.value = s->size;
1193 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
1194 || h->u.weakdef->root.type == bfd_link_hash_defweak);
1195 h->root.u.def.section = h->u.weakdef->root.u.def.section;
1196 h->root.u.def.value = h->u.weakdef->root.u.def.value;
1213 h->root.root.string);
1234 if ((h->root.u.def.section->flags & SEC_ALLOC) != 0)
1259 h->root.u.def.section = s;
1260 h->root.u.def.value = s->size;
1450 if (h->root.type == bfd_link_hash_warning)
1451 h = (struct elf_link_hash_entry *) h->root.u.i.link;
1570 && strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
1748 || h->root.type != bfd_link_hash_undefweak)
1866 h->root.root.string);
1879 name = h->root.root.string;
1894 (info, (h ? &h->root : NULL), name, howto->name,
2087 && (h->root.type == bfd_link_hash_defined
2088 || h->root.type == bfd_link_hash_defweak));
2090 s = bfd_get_section_by_name (h->root.u.def.section->owner,
2094 rela.r_offset = (h->root.u.def.value
2095 + h->root.u.def.section->output_section->vma
2096 + h->root.u.def.section->output_offset);
2104 if (strcmp (h->root.root.string, "_DYNAMIC") == 0
2352 if (h->root.type == bfd_link_hash_defined
2353 || h->root.type == bfd_link_hash_defweak)
2354 targetsec = h->root.u.def.section;