Searched refs:Vg_FailMsg (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/coregrind/ |
D | m_libcprint.c | 463 if (Vg_FailMsg == b->kind) { in add_to__vmessage_buf() 570 count = VG_(vmessage) ( Vg_FailMsg, format, vargs ); in VG_() 580 VG_(message) (Vg_FailMsg, "Bad option: %s\n", opt); in VG_() 581 VG_(vmessage)(Vg_FailMsg, format, vargs ); in VG_() 582 VG_(message) (Vg_FailMsg, "Use --help for more information or consult the user manual.\n"); in VG_() 590 VG_(message) (Vg_FailMsg, "Unknown option: %s\n", opt); in VG_() 591 VG_(message) (Vg_FailMsg, "Use --help for more information or consult the user manual.\n"); in VG_() 639 VG_(message) (Vg_FailMsg, "Startup or configuration error:\n "); in VG_() 640 VG_(vmessage)(Vg_FailMsg, format, vargs ); in VG_() 641 VG_(message) (Vg_FailMsg, "Unable to start up properly. Giving up.\n"); in VG_()
|
/external/valgrind/include/ |
D | pub_tool_libcprint.h | 84 Vg_FailMsg, // "valgrind:" enumerator
|