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

  /src/external/gpl3/binutils/dist/gas/config/
tc-m32r.c 165 static struct m32r_hi_fixup *m32r_hi_fixup_list; variable in typeref:struct:m32r_hi_fixup
1910 hi_fixup->next = m32r_hi_fixup_list;
1912 m32r_hi_fixup_list = hi_fixup;
2007 for (l = m32r_hi_fixup_list; l != NULL; l = l->next)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m32r.c 165 static struct m32r_hi_fixup *m32r_hi_fixup_list; variable in typeref:struct:m32r_hi_fixup
1910 hi_fixup->next = m32r_hi_fixup_list;
1912 m32r_hi_fixup_list = hi_fixup;
2007 for (l = m32r_hi_fixup_list; l != NULL; l = l->next)

Completed in 16 milliseconds