Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/ld/
Dldgram.y60 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++; macro
193 PUSH_ERROR (_("MRI style script"));
1366 PUSH_ERROR (_("dynamic list"));
1396 PUSH_ERROR (_("VERSION script"));
Dldgram.c109 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++; macro
2601 PUSH_ERROR (_("MRI style script")); in yyparse()
4572 PUSH_ERROR (_("dynamic list")); in yyparse()
4598 PUSH_ERROR (_("VERSION script")); in yyparse()