Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/
Dldgram.y54 #define ERROR_NAME_MAX 20 macro
55 static char *error_names[ERROR_NAME_MAX];
57 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;
1478 if (error_index > 0 && error_index < ERROR_NAME_MAX)