Lines Matching refs:root

155   struct aout_link_hash_entry root;
160 struct aout_link_hash_table root;
235 if (! NAME(aout,link_hash_table_init) (&ret->root, abfd,
247 return &ret->root.root;
254 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
261 (&(table)->root, \
375 && (h->root.root.type == bfd_link_hash_defined
376 || h->root.root.type == bfd_link_hash_defweak))
441 if (h->root.root.type == bfd_link_hash_warning)
442 h = (struct linux_link_hash_entry *) h->root.root.u.i.link;
444 if (h->root.root.type == bfd_link_hash_undefined
445 && strncmp (h->root.root.root.string, NEEDS_SHRLIB,
452 name = h->root.root.root.string + sizeof NEEDS_SHRLIB - 1;
475 is_plt = IS_PLT_SYM (h->root.root.root.string);
477 if (is_plt || IS_GOT_SYM (h->root.root.root.string))
483 (h->root.root.root.string
488 (h->root.root.root.string
499 && (((h1->root.root.type == bfd_link_hash_defined
500 || h1->root.root.type == bfd_link_hash_defweak)
501 && ! bfd_is_abs_section (h1->root.root.u.def.section))
502 || h2->root.root.type == bfd_link_hash_indirect))
519 && bfd_is_abs_section (h->root.root.u.def.section))
521 f = new_fixup (info, h1, f1->h->root.root.u.def.value, 0);
530 && bfd_is_abs_section (h->root.root.u.def.section))
532 f = new_fixup (info, h1, h->root.root.u.def.value, 0);
544 if (bfd_is_abs_section (h->root.root.u.def.section))
545 h->root.written = TRUE;
651 if (f->h->root.root.type != bfd_link_hash_defined
652 && f->h->root.root.type != bfd_link_hash_defweak)
656 f->h->root.root.root.string);
660 is = f->h->root.root.u.def.section;
662 new_addr = f->h->root.root.u.def.value + section_offset;
665 printf ("Fixup(%d) %s: %x %x\n",f->jump, f->h->root.root.string,
701 if (f->h->root.root.type != bfd_link_hash_defined
702 && f->h->root.root.type != bfd_link_hash_defweak)
706 f->h->root.root.root.string);
710 is = f->h->root.root.u.def.section;
712 new_addr = f->h->root.root.u.def.value + section_offset;
715 printf ("Fixup(B) %s: %x %x\n", f->h->root.root.string,
745 && (h->root.root.type == bfd_link_hash_defined
746 || h->root.root.type == bfd_link_hash_defweak))
748 is = h->root.root.u.def.section;
750 new_addr = h->root.root.u.def.value + section_offset;