Lines Matching refs:root

153   struct aout_link_hash_entry root;
158 struct aout_link_hash_table root;
233 if (!NAME(aout,link_hash_table_init) (&ret->root, abfd,
246 return &ret->root.root;
253 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
260 (&(table)->root, \
373 && (h->root.root.type == bfd_link_hash_defined
374 || h->root.root.type == bfd_link_hash_defweak))
439 if (h->root.root.type == bfd_link_hash_warning)
440 h = (struct linux_link_hash_entry *) h->root.root.u.i.link;
442 if (h->root.root.type == bfd_link_hash_undefined
443 && CONST_STRNEQ (h->root.root.root.string, NEEDS_SHRLIB))
449 name = h->root.root.root.string + sizeof NEEDS_SHRLIB - 1;
472 is_plt = IS_PLT_SYM (h->root.root.root.string);
474 if (is_plt || IS_GOT_SYM (h->root.root.root.string))
480 (h->root.root.root.string
485 (h->root.root.root.string
496 && (((h1->root.root.type == bfd_link_hash_defined
497 || h1->root.root.type == bfd_link_hash_defweak)
498 && ! bfd_is_abs_section (h1->root.root.u.def.section))
499 || h2->root.root.type == bfd_link_hash_indirect))
516 && bfd_is_abs_section (h->root.root.u.def.section))
518 f = new_fixup (info, h1, f1->h->root.root.u.def.value, 0);
527 && bfd_is_abs_section (h->root.root.u.def.section))
529 f = new_fixup (info, h1, h->root.root.u.def.value, 0);
541 if (bfd_is_abs_section (h->root.root.u.def.section))
542 h->root.written = TRUE;
648 if (f->h->root.root.type != bfd_link_hash_defined
649 && f->h->root.root.type != bfd_link_hash_defweak)
653 f->h->root.root.root.string);
657 is = f->h->root.root.u.def.section;
659 new_addr = f->h->root.root.u.def.value + section_offset;
662 printf ("Fixup(%d) %s: %x %x\n",f->jump, f->h->root.root.string,
698 if (f->h->root.root.type != bfd_link_hash_defined
699 && f->h->root.root.type != bfd_link_hash_defweak)
703 f->h->root.root.root.string);
707 is = f->h->root.root.u.def.section;
709 new_addr = f->h->root.root.u.def.value + section_offset;
712 printf ("Fixup(B) %s: %x %x\n", f->h->root.root.string,
742 && (h->root.root.type == bfd_link_hash_defined
743 || h->root.root.type == bfd_link_hash_defweak))
745 is = h->root.root.u.def.section;
747 new_addr = h->root.root.u.def.value + section_offset;