Searched refs:failure_exit (Results 1 - 5 of 5) sorted by relevance
/external/valgrind/main/VEX/pub/ |
H A D | libvex.h | 492 void (*failure_exit) ( void ),
|
/external/valgrind/main/VEX/switchback/ |
H A D | switchback.c | 935 void failure_exit ( void ) function 937 fprintf(stdout, "VEX did failure_exit. Bye.\n"); 1120 LibVEX_Init( failure_exit, log_bytes, 1, False, &vcon );
|
/external/valgrind/main/VEX/priv/ |
H A D | main_main.c | 98 void (*failure_exit) ( void ), 111 vex_failure_exit = failure_exit; 116 vassert(failure_exit);
|
/external/valgrind/main/VEX/ |
H A D | test_main.c | 54 void failure_exit ( void ) function 56 fprintf(stdout, "VEX did failure_exit. Bye.\n"); 128 LibVEX_Init ( &failure_exit, &log_bytes, 272 failure_exit(); 429 failure_exit();
|
/external/valgrind/main/coregrind/ |
H A D | m_translate.c | 705 void failure_exit ( void ) function 708 VG_(core_panic)("LibVEX called failure_exit()."); 1314 LibVEX_Init ( &failure_exit, &log_bytes,
|
Completed in 103 milliseconds