report_error_1    102 src/unexaix.c  #define ERROR0(msg) report_error_1 (new, msg)
report_error_1    103 src/unexaix.c  #define ERROR1(msg,x) report_error_1 (new, msg, x)
report_error_1    104 src/unexaix.c  #define ERROR2(msg,x,y) report_error_1 (new, msg, x, y)
report_error_1    107 src/unexaix.c  report_error_1 (int fd, const char *msg, ...)
report_error_1    136 src/unexcoff.c #define ERROR0(msg) report_error_1 (new, msg, 0, 0); return -1
report_error_1    137 src/unexcoff.c #define ERROR1(msg,x) report_error_1 (new, msg, x, 0); return -1
report_error_1    138 src/unexcoff.c #define ERROR2(msg,x,y) report_error_1 (new, msg, x, y); return -1