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))
437 if (h->root.root.type == bfd_link_hash_warning)
438 h = (struct linux_link_hash_entry *) h->root.root.u.i.link;
440 if (h->root.root.type == bfd_link_hash_undefined
441 && CONST_STRNEQ (h->root.root.root.string, NEEDS_SHRLIB))
447 name = h->root.root.root.string + sizeof NEEDS_SHRLIB - 1;
471 is_plt = IS_PLT_SYM (h->root.root.root.string);
473 if (is_plt || IS_GOT_SYM (h->root.root.root.string))
479 (h->root.root.root.string
484 (h->root.root.root.string
495 && (((h1->root.root.type == bfd_link_hash_defined
496 || h1->root.root.type == bfd_link_hash_defweak)
497 && ! bfd_is_abs_section (h1->root.root.u.def.section))
498 || h2->root.root.type == bfd_link_hash_indirect))
515 && bfd_is_abs_section (h->root.root.u.def.section))
517 f = new_fixup (info, h1, f1->h->root.root.u.def.value, 0);
526 && bfd_is_abs_section (h->root.root.u.def.section))
528 f = new_fixup (info, h1, h->root.root.u.def.value, 0);
540 if (bfd_is_abs_section (h->root.root.u.def.section))
541 h->root.written = TRUE;
647 if (f->h->root.root.type != bfd_link_hash_defined
648 && f->h->root.root.type != bfd_link_hash_defweak)
652 f->h->root.root.root.string);
656 is = f->h->root.root.u.def.section;
658 new_addr = f->h->root.root.u.def.value + section_offset;
661 printf ("Fixup(%d) %s: %x %x\n",f->jump, f->h->root.root.string,
697 if (f->h->root.root.type != bfd_link_hash_defined
698 && f->h->root.root.type != bfd_link_hash_defweak)
702 f->h->root.root.root.string);
706 is = f->h->root.root.u.def.section;
708 new_addr = f->h->root.root.u.def.value + section_offset;
711 printf ("Fixup(B) %s: %x %x\n", f->h->root.root.string,
741 && (h->root.root.type == bfd_link_hash_defined
742 || h->root.root.type == bfd_link_hash_defweak))
744 is = h->root.root.u.def.section;
746 new_addr = h->root.root.u.def.value + section_offset;