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

  /src/external/gpl3/binutils/dist/bfd/
xcofflink.c 209 static bool xcoff_mark (struct bfd_link_info *, asection *);
2739 if ((h->flags & XCOFF_MARK) == 0
2894 if ((h->flags & XCOFF_MARK) != 0)
2897 h->flags |= XCOFF_MARK;
2947 if (!xcoff_mark (info, xcoff_hash_table (info)->toc_section))
3005 if (!xcoff_mark (info, hds->toc_section))
3046 if (! xcoff_mark (info, hsec))
3054 if (! xcoff_mark (info, h->toc_section))
3078 if (!xcoff_mark (info, h->root.u.def.section))
3092 xcoff_mark (struct bfd_link_info *info, asection *sec
3081 xcoff_mark (struct bfd_link_info *info, asection *sec) function
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c 209 static bool xcoff_mark (struct bfd_link_info *, asection *);
2739 if ((h->flags & XCOFF_MARK) == 0
2894 if ((h->flags & XCOFF_MARK) != 0)
2897 h->flags |= XCOFF_MARK;
2947 if (!xcoff_mark (info, xcoff_hash_table (info)->toc_section))
3005 if (!xcoff_mark (info, hds->toc_section))
3046 if (! xcoff_mark (info, hsec))
3054 if (! xcoff_mark (info, h->toc_section))
3078 if (!xcoff_mark (info, h->root.u.def.section))
3092 xcoff_mark (struct bfd_link_info *info, asection *sec
3081 xcoff_mark (struct bfd_link_info *info, asection *sec) function
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
xcofflink.c 209 static bool xcoff_mark (struct bfd_link_info *, asection *);
2696 if ((h->flags & XCOFF_MARK) == 0
2851 if ((h->flags & XCOFF_MARK) != 0)
2854 h->flags |= XCOFF_MARK;
2904 if (!xcoff_mark (info, xcoff_hash_table (info)->toc_section))
2962 if (!xcoff_mark (info, hds->toc_section))
3003 if (! xcoff_mark (info, hsec))
3011 if (! xcoff_mark (info, h->toc_section))
3035 if (!xcoff_mark (info, h->root.u.def.section))
3049 xcoff_mark (struct bfd_link_info *info, asection *sec
3038 xcoff_mark (struct bfd_link_info *info, asection *sec) function
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c 209 static bool xcoff_mark (struct bfd_link_info *, asection *);
2704 if ((h->flags & XCOFF_MARK) == 0
2859 if ((h->flags & XCOFF_MARK) != 0)
2862 h->flags |= XCOFF_MARK;
2912 if (!xcoff_mark (info, xcoff_hash_table (info)->toc_section))
2970 if (!xcoff_mark (info, hds->toc_section))
3011 if (! xcoff_mark (info, hsec))
3019 if (! xcoff_mark (info, h->toc_section))
3043 if (!xcoff_mark (info, h->root.u.def.section))
3057 xcoff_mark (struct bfd_link_info *info, asection *sec
3046 xcoff_mark (struct bfd_link_info *info, asection *sec) function
    [all...]

Completed in 34 milliseconds