Lines Matching refs:root
155 struct aout_link_hash_entry root; member
160 struct aout_link_hash_table root; member
238 if (! NAME(aout,link_hash_table_init) (&ret->root, abfd,
250 return &ret->root.root;
257 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
264 (&(table)->root, \
378 && (h->root.root.type == bfd_link_hash_defined
379 || h->root.root.type == bfd_link_hash_defweak))
444 if (h->root.root.type == bfd_link_hash_warning)
445 h = (struct linux_link_hash_entry *) h->root.root.u.i.link;
447 if (h->root.root.type == bfd_link_hash_undefined
448 && strncmp (h->root.root.root.string, NEEDS_SHRLIB,
455 name = h->root.root.root.string + sizeof NEEDS_SHRLIB - 1;
478 is_plt = IS_PLT_SYM (h->root.root.root.string);
480 if (is_plt || IS_GOT_SYM (h->root.root.root.string))
486 (h->root.root.root.string
491 (h->root.root.root.string
502 && (((h1->root.root.type == bfd_link_hash_defined
503 || h1->root.root.type == bfd_link_hash_defweak)
504 && ! bfd_is_abs_section (h1->root.root.u.def.section))
505 || h2->root.root.type == bfd_link_hash_indirect))
522 && bfd_is_abs_section (h->root.root.u.def.section))
524 f = new_fixup (info, h1, f1->h->root.root.u.def.value, 0);
533 && bfd_is_abs_section (h->root.root.u.def.section))
535 f = new_fixup (info, h1, h->root.root.u.def.value, 0);
547 if (bfd_is_abs_section (h->root.root.u.def.section))
548 h->root.written = TRUE;
657 if (f->h->root.root.type != bfd_link_hash_defined
658 && f->h->root.root.type != bfd_link_hash_defweak)
662 f->h->root.root.root.string);
666 is = f->h->root.root.u.def.section;
668 new_addr = f->h->root.root.u.def.value + section_offset;
671 printf ("Fixup(%d) %s: %x %x\n",f->jump, f->h->root.root.string,
705 if (f->h->root.root.type != bfd_link_hash_defined
706 && f->h->root.root.type != bfd_link_hash_defweak)
710 f->h->root.root.root.string);
714 is = f->h->root.root.u.def.section;
716 new_addr = f->h->root.root.u.def.value + section_offset;
719 printf ("Fixup(B) %s: %x %x\n", f->h->root.root.string,
749 && (h->root.root.type == bfd_link_hash_defined
750 || h->root.root.type == bfd_link_hash_defweak))
752 is = h->root.root.u.def.section;
754 new_addr = h->root.root.u.def.value + section_offset;