Searched refs:EXIT_BAD (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | stack.c | 105 #define EXIT_BAD 2 macro 196 error (EXIT_BAD, errno, "realloc frames.frame"); in frame_callback() 493 error (EXIT_BAD, errno, N_("Cannot open core file '%s'"), arg); in parse_opt() 497 error (EXIT_BAD, 0, "core '%s' elf_begin: %s", arg, elf_errmsg(-1)); in parse_opt() 579 error (EXIT_BAD, 0, "dwfl_begin: %s", dwfl_errmsg (-1)); in parse_opt() 583 error (EXIT_BAD, 0, "dwfl_linux_proc_report pid %lld: %s", in parse_opt() 586 error (EXIT_BAD, err, "dwfl_linux_proc_report pid %lld", in parse_opt() 594 error (EXIT_BAD, 0, "dwfl_begin: %s", dwfl_errmsg (-1)); in parse_opt() 596 error (EXIT_BAD, 0, "dwfl_core_file_report: %s", dwfl_errmsg (-1)); in parse_opt() 600 error (EXIT_BAD, 0, "dwfl_report_end: %s", dwfl_errmsg (-1)); in parse_opt() [all …]
|
D | ChangeLog | 2401 (EXIT_OK,EXIT_ERROR,EXIT_BAD,EXIT_USAGES): New defines. 2407 (parse_opt): Use EXIT_BAD for errors. On ARGP_KEY_END print errno 2412 EXIT_BAD if no frames could be shown. Return EXIT_ERROR if there
|