Home
last modified time | relevance | path

Searched refs:MAX_HISTORY (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-s390.c1872 #define MAX_HISTORY 100 macro
1926 cpu_history = XNEWVEC (struct cpu_history, MAX_HISTORY); in s390_machine()
1928 if (curr_hist >= MAX_HISTORY) in s390_machine()
1998 mode_history = XNEWVEC (unsigned int, MAX_HISTORY); in s390_machinemode()
2000 if (curr_hist >= MAX_HISTORY) in s390_machinemode()
2035 #undef MAX_HISTORY
Dtc-ppc.c4963 #define MAX_HISTORY 100 in ppc_machine() macro
4985 cpu_history = XNEWVEC (ppc_cpu_t, MAX_HISTORY); in ppc_machine()
4987 if (curr_hist >= MAX_HISTORY) in ppc_machine()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2015575 undefine MAX_HISTORY at end of function.
576 (s390_machinemode): undefine MAX_HISTORY at end of function.