HomeSort by: relevance | last modified time | path
    Searched defs:hsym (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
xcofflink.c 3888 struct xcoff_link_hash_entry *hsym;
3891 hsym = xcoff_link_hash_lookup (xcoff_hash_table (info),
3893 if (hsym == NULL)
3900 xcoff_mark_symbol (info, hsym);
3901 hsym->flags |= (XCOFF_DEF_REGULAR | XCOFF_RTINIT);
3921 hsym->ldindx = 3;
3923 hsym->ldsym = ldsym;
3926 hsym->ldsym, hsym->root.root.string))
3931 hsym->flags |= XCOFF_DEF_REGULAR | XCOFF_MARK
3877 struct xcoff_link_hash_entry *hsym; local
4830 struct xcoff_link_hash_entry *hsym = NULL; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c 3888 struct xcoff_link_hash_entry *hsym;
3891 hsym = xcoff_link_hash_lookup (xcoff_hash_table (info),
3893 if (hsym == NULL)
3900 xcoff_mark_symbol (info, hsym);
3901 hsym->flags |= (XCOFF_DEF_REGULAR | XCOFF_RTINIT);
3921 hsym->ldindx = 3;
3923 hsym->ldsym = ldsym;
3926 hsym->ldsym, hsym->root.root.string))
3931 hsym->flags |= XCOFF_DEF_REGULAR | XCOFF_MARK
3877 struct xcoff_link_hash_entry *hsym; local
4830 struct xcoff_link_hash_entry *hsym = NULL; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
xcofflink.c 3845 struct xcoff_link_hash_entry *hsym;
3848 hsym = xcoff_link_hash_lookup (xcoff_hash_table (info),
3850 if (hsym == NULL)
3857 xcoff_mark_symbol (info, hsym);
3858 hsym->flags |= (XCOFF_DEF_REGULAR | XCOFF_RTINIT);
3878 hsym->ldindx = 3;
3880 hsym->ldsym = ldsym;
3883 hsym->ldsym, hsym->root.root.string))
3888 hsym->flags |= XCOFF_DEF_REGULAR | XCOFF_MARK
3834 struct xcoff_link_hash_entry *hsym; local
4783 struct xcoff_link_hash_entry *hsym = NULL; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c 3853 struct xcoff_link_hash_entry *hsym;
3856 hsym = xcoff_link_hash_lookup (xcoff_hash_table (info),
3858 if (hsym == NULL)
3865 xcoff_mark_symbol (info, hsym);
3866 hsym->flags |= (XCOFF_DEF_REGULAR | XCOFF_RTINIT);
3886 hsym->ldindx = 3;
3888 hsym->ldsym = ldsym;
3891 hsym->ldsym, hsym->root.root.string))
3896 hsym->flags |= XCOFF_DEF_REGULAR | XCOFF_MARK
3842 struct xcoff_link_hash_entry *hsym; local
4791 struct xcoff_link_hash_entry *hsym = NULL; local
    [all...]

Completed in 31 milliseconds