Home
last modified time | relevance | path

Searched refs:OPTCOUNT (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68k.c5867 #define OPTCOUNT ((int) (sizeof opt_table / sizeof opt_table[0])) macro
5898 for (i = 0, o = opt_table; i < OPTCOUNT; i++, o++) in s_opt()
5921 if (i >= OPTCOUNT) in s_opt()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-00016544 (OPTCOUNT): Cast to int to avoid compiler warning.