Searched refs:m32r_hi_fixup_list (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-m32r.c167 static struct m32r_hi_fixup *m32r_hi_fixup_list; variable in typeref:struct:m32r_hi_fixup
1915 hi_fixup->next = m32r_hi_fixup_list;
1917 m32r_hi_fixup_list = hi_fixup;
2012 for (l = m32r_hi_fixup_list; l != NULL; l = l->next)
/haiku-buildtools/binutils/gas/config/
H A Dtc-m32r.c165 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 94 milliseconds