HomeSort by: relevance | last modified time | path
    Searched defs:error_index (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
ldgram.c 60 static int error_index; variable
61 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;
62 #define POP_ERROR() error_index--;
2675 if (error_index > 0 && error_index < ERROR_NAME_MAX)
2676 fatal (_("%P:%pS: %s in %s\n"), NULL, arg, error_names[error_index - 1]);
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.c 108 static int error_index; variable
109 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;
110 #define POP_ERROR() error_index--;
5087 if (error_index > 0 && error_index < ERROR_NAME_MAX)
5088 fatal (_("%P:%pS: %s in %s\n"), NULL, arg, error_names[error_index - 1]);

Completed in 20 milliseconds