HomeSort by relevance Sort by last modified time
    Searched full:error_report (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/codesighs/
msmap2tsv.c 72 #define ERROR_REPORT(num, val, msg) fprintf(stderr, "error(%d):\t\"%s\"\t%s\n", (num), (val), (msg));
417 ERROR_REPORT(retval, inDBName, "File does not appear to be a symbol DB.");
425 ERROR_REPORT(retval, inDBName, "File does not appear to be a symbol DB.");
435 ERROR_REPORT(retval, inDBName, "File does not appear to be a symbol DB.");
445 ERROR_REPORT(retval, inDBName, "File does not appear to be a symbol DB.");
498 ERROR_REPORT(retval, inDBName, "Unable to grow symbol DB symbol array.");
512 ERROR_REPORT(retval, symbol, "Unable to duplicate string.");
519 ERROR_REPORT(retval, symbol, "Unable to grow symbol DB for symbol.");
558 ERROR_REPORT(retval, section, "Unable to duplicate string.");
565 ERROR_REPORT(retval, section, "Unable to grow symbol sections for symbol DB.")
    [all...]
codesighs.c 48 #define ERROR_REPORT(num, val, msg) fprintf(stderr, "error(%d):\t\"%s\"\t%s\n", (num), (val), (msg));
290 ERROR_REPORT(retval, segClass, "Unable to determine segment class.");
507 ERROR_REPORT(retval, module, "Unable to duplicate string.");
513 ERROR_REPORT(retval, inOptions->mProgramName, "Unable to allocate module memory.");
535 ERROR_REPORT(retval, inOptions->mInputName, "Problem extracting values from file.");
542 ERROR_REPORT(retval, inOptions->mInputName, "Unable to read file.");
627 ERROR_REPORT(retval, "stdin/stdout", "Unable to strdup.");
677 ERROR_REPORT(retval, inArgv[loop], "Unknown command line switch.");
683 ERROR_REPORT(retval, inArgv[loop], "Command line switch requires a value.");
703 ERROR_REPORT(retval, current->mValue, "Unable to open input file.")
    [all...]
nm2tsv.c 48 #define ERROR_REPORT(num, val, msg) fprintf(stderr, "error(%d):\t\"%s\"\t%s\n", (num), (val), (msg));
263 ERROR_REPORT(retval, lineBuffer, "Malformed input line.");
270 ERROR_REPORT(retval, inOptions->mInputName, "Unable to read file.");
302 ERROR_REPORT(retval, "stdin/stdout", "Unable to strdup.");
352 ERROR_REPORT(retval, inArgv[loop], "Unknown command line switch.");
358 ERROR_REPORT(retval, inArgv[loop], "Command line switch requires a value.");
378 ERROR_REPORT(retval, current->mValue, "Unable to open input file.");
386 ERROR_REPORT(retval, current->mValue, "Unable to strdup.");
403 ERROR_REPORT(retval, current->mValue, "Unable to open output file.");
411 ERROR_REPORT(retval, current->mValue, "Unable to strdup.")
    [all...]
msdump2symdb.c 48 #define ERROR_REPORT(num, val, msg) fprintf(stderr, "error(%d):\t\"%s\"\t%s\n", (num), (val), (msg));
357 ERROR_REPORT(retval, inLine, "Cannot scan for section length.");
363 ERROR_REPORT(retval, inLine, "Cannot parse section line.");
412 ERROR_REPORT(retval, dup, "Unable to grow object array.");
419 ERROR_REPORT(retval, dupMe, "Unable to copy string.");
526 ERROR_REPORT(retval, inLine, "Unable to grow for new section.");
533 ERROR_REPORT(retval, typeArg, "Unable to duplicate type.");
539 ERROR_REPORT(retval, inLine, "Unable to determine section type.");
629 ERROR_REPORT(retval, inLine, "Unable to duplicate symbol name.");
635 ERROR_REPORT(retval, inLine, "Unable to grow symbol array for section.")
    [all...]
maptsvdifftool.c 47 #define ERROR_REPORT(num, val, msg) fprintf(stderr, "error(%d):\t\"%s\"\t%s\n", (num), (val), (msg));
434 ERROR_REPORT(retval, segClass, "Unable to determine segment class.");
473 ERROR_REPORT(retval, module, "Unable to duplicate string.");
479 ERROR_REPORT(retval, inOptions->mProgramName, "Unable to increase module array.");
512 ERROR_REPORT(retval, segment, "Unable to duplicate string.");
518 ERROR_REPORT(retval, inOptions->mProgramName, "Unable to increase segment array.");
550 ERROR_REPORT(retval, object, "Unable to duplicate string.");
556 ERROR_REPORT(retval, inOptions->mProgramName, "Unable to increase object array.");
589 ERROR_REPORT(retval, symbol, "Unable to duplicate string.");
595 ERROR_REPORT(retval, inOptions->mProgramName, "Unable to increase symbol array.")
    [all...]
  /external/qemu/qobject/
qerror.c 71 * it uses error_report() for this, so that the output is routed to the right
78 error_report("%s", qstring_get_str(qstring));
  /external/qemu/include/qemu/
error-report.h 42 void error_report(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
  /external/qemu/util/
qemu-config.c 479 error_report("there is no option group \"%s\"", group);
514 error_report("can't parse: \"%s\"", str);
525 error_report("there is no %s \"%s\" defined",
544 error_report("can't parse: \"%s\"", str);
634 error_report("no group defined");
642 error_report("parse error");
646 error_report("error reading file");
qemu-error.c 204 void error_report(const char *fmt, ...) function
osdep.c 221 error_report("file system may not support O_DIRECT");
  /hardware/ti/omap3/dspbridge/inc/
dynamic_loader.h 97 * errors are reported during the load process using syms->Error_Report().
134 * errors are reported during the load process using syms->Error_Report().
161 * Individual errors are reported using syms->Error_Report().
318 * Error_Report
329 void (*Error_Report) (struct Dynamic_Loader_Sym * thisptr,
getsection.h 153 * Individual errors are reported using syms->Error_Report(), where syms was
  /device/asus/tilapia/recovery/lib/
libIMCdownload.a     [all...]

Completed in 324 milliseconds