OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ERROR_REPORT
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/codesighs/
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
...]
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
...]
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
...]
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
...]
Completed in 3043 milliseconds