Lines Matching refs:root

156   struct aout_link_hash_entry root;
161 struct aout_link_hash_table root;
239 if (! NAME(aout,link_hash_table_init) (&ret->root, abfd,
251 return &ret->root.root;
258 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
265 (&(table)->root, \
379 && (h->root.root.type == bfd_link_hash_defined
380 || h->root.root.type == bfd_link_hash_defweak))
445 if (h->root.root.type == bfd_link_hash_warning)
446 h = (struct linux_link_hash_entry *) h->root.root.u.i.link;
448 if (h->root.root.type == bfd_link_hash_undefined
449 && strncmp (h->root.root.root.string, NEEDS_SHRLIB,
456 name = h->root.root.root.string + sizeof NEEDS_SHRLIB - 1;
479 is_plt = IS_PLT_SYM (h->root.root.root.string);
481 if (is_plt || IS_GOT_SYM (h->root.root.root.string))
487 (h->root.root.root.string
492 (h->root.root.root.string
503 && (((h1->root.root.type == bfd_link_hash_defined
504 || h1->root.root.type == bfd_link_hash_defweak)
505 && ! bfd_is_abs_section (h1->root.root.u.def.section))
506 || h2->root.root.type == bfd_link_hash_indirect))
523 && bfd_is_abs_section (h->root.root.u.def.section))
525 f = new_fixup (info, h1, f1->h->root.root.u.def.value, 0);
534 && bfd_is_abs_section (h->root.root.u.def.section))
536 f = new_fixup (info, h1, h->root.root.u.def.value, 0);
548 if (bfd_is_abs_section (h->root.root.u.def.section))
549 h->root.written = TRUE;
658 if (f->h->root.root.type != bfd_link_hash_defined
659 && f->h->root.root.type != bfd_link_hash_defweak)
663 f->h->root.root.root.string);
667 is = f->h->root.root.u.def.section;
669 new_addr = f->h->root.root.u.def.value + section_offset;
672 printf ("Fixup(%d) %s: %x %x\n",f->jump, f->h->root.root.string,
706 if (f->h->root.root.type != bfd_link_hash_defined
707 && f->h->root.root.type != bfd_link_hash_defweak)
711 f->h->root.root.root.string);
715 is = f->h->root.root.u.def.section;
717 new_addr = f->h->root.root.u.def.value + section_offset;
720 printf ("Fixup(B) %s: %x %x\n", f->h->root.root.string,
750 && (h->root.root.type == bfd_link_hash_defined
751 || h->root.root.type == bfd_link_hash_defweak))
753 is = h->root.root.u.def.section;
755 new_addr = h->root.root.u.def.value + section_offset;