Lines Matching refs:root

154   struct aout_link_hash_entry root;  member
159 struct aout_link_hash_table root; member
234 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, \
374 && (h->root.root.type == bfd_link_hash_defined
375 || h->root.root.type == bfd_link_hash_defweak))
440 if (h->root.root.type == bfd_link_hash_warning)
441 h = (struct linux_link_hash_entry *) h->root.root.u.i.link;
443 if (h->root.root.type == bfd_link_hash_undefined
444 && strncmp (h->root.root.root.string, NEEDS_SHRLIB,
451 name = h->root.root.root.string + sizeof NEEDS_SHRLIB - 1;
474 is_plt = IS_PLT_SYM (h->root.root.root.string);
476 if (is_plt || IS_GOT_SYM (h->root.root.root.string))
482 (h->root.root.root.string
487 (h->root.root.root.string
498 && (((h1->root.root.type == bfd_link_hash_defined
499 || h1->root.root.type == bfd_link_hash_defweak)
500 && ! bfd_is_abs_section (h1->root.root.u.def.section))
501 || h2->root.root.type == bfd_link_hash_indirect))
518 && bfd_is_abs_section (h->root.root.u.def.section))
520 f = new_fixup (info, h1, f1->h->root.root.u.def.value, 0);
529 && bfd_is_abs_section (h->root.root.u.def.section))
531 f = new_fixup (info, h1, h->root.root.u.def.value, 0);
543 if (bfd_is_abs_section (h->root.root.u.def.section))
544 h->root.written = TRUE;
650 if (f->h->root.root.type != bfd_link_hash_defined
651 && f->h->root.root.type != bfd_link_hash_defweak)
655 f->h->root.root.root.string);
659 is = f->h->root.root.u.def.section;
661 new_addr = f->h->root.root.u.def.value + section_offset;
664 printf ("Fixup(%d) %s: %x %x\n",f->jump, f->h->root.root.string,
700 if (f->h->root.root.type != bfd_link_hash_defined
701 && f->h->root.root.type != bfd_link_hash_defweak)
705 f->h->root.root.root.string);
709 is = f->h->root.root.u.def.section;
711 new_addr = f->h->root.root.u.def.value + section_offset;
714 printf ("Fixup(B) %s: %x %x\n", f->h->root.root.string,
744 && (h->root.root.type == bfd_link_hash_defined
745 || h->root.root.type == bfd_link_hash_defweak))
747 is = h->root.root.u.def.section;
749 new_addr = h->root.root.u.def.value + section_offset;