Searched refs:failure_exit (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/none/tests/ |
D | libvex_test.c | 21 static void failure_exit() in failure_exit() function 86 case VexArch_INVALID: failure_exit(); in arch_endness() 116 default: failure_exit(); in arch_endness() 124 case VexArch_INVALID: failure_exit(); in arch_hwcaps() 135 default: failure_exit(); in arch_hwcaps() 141 case VexArch_INVALID: failure_exit(); in mode64() 152 default: failure_exit(); in mode64() 212 LibVEX_Init (failure_exit, log_bytes, 3, &vcon); in main()
|
/external/valgrind/VEX/switchback/ |
D | switchback.c | 654 void failure_exit ( void ) in failure_exit() function 771 LibVEX_Init( failure_exit, log_bytes, 1, &vcon ); in main()
|
/external/valgrind/VEX/pub/ |
D | libvex.h | 557 void (*failure_exit) ( void ),
|
/external/valgrind/VEX/priv/ |
D | main_main.c | 208 void (*failure_exit) ( void ), in LibVEX_Init() 219 vex_failure_exit = failure_exit; in LibVEX_Init() 224 vassert(failure_exit); in LibVEX_Init()
|
/external/valgrind/VEX/useful/ |
D | test_main.c | 54 void failure_exit ( void ) in failure_exit() function 129 LibVEX_Init ( &failure_exit, &log_bytes, in main() 316 failure_exit(); 473 failure_exit(); in panic()
|
/external/valgrind/coregrind/ |
D | m_translate.c | 737 void failure_exit ( void ) in failure_exit() function 1496 LibVEX_Init ( &failure_exit, &log_bytes, in VG_()
|
/external/valgrind/docs/internals/ |
D | 3_10_BUGSTATUS.txt | 421 346665 valgrind: the 'impossible' happened: LibVEX called failure_exit().
|