Searched refs:vex_log_bytes (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dmain_globals.c53 void (*vex_log_bytes) ( HChar*, Int nbytes ) = NULL; variable
H A Dmain_globals.h54 extern void (*vex_log_bytes) ( HChar*, Int nbytes );
H A Dmain_util.c496 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) );
513 (*vex_log_bytes)( myprintf_buf, n_myprintf_buf );
H A Dmain_main.c125 vex_log_bytes = log_bytes;
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c980 static void vex_log_bytes ( char* p, int n ) function
1284 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) );
1303 (*vex_log_bytes)( myprintf_buf, n_myprintf_buf );
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c973 static void vex_log_bytes ( char* p, int n ) function
1275 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) );
1294 (*vex_log_bytes)( myprintf_buf, n_myprintf_buf );
H A Dvarinfo6.c1011 static void vex_log_bytes ( char* p, int n ) function
1313 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) );
1332 (*vex_log_bytes)( myprintf_buf, n_myprintf_buf );
/external/valgrind/main/perf/
H A Dbz2.c973 static void vex_log_bytes ( char* p, int n ) function
1275 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) );
1294 (*vex_log_bytes)( myprintf_buf, n_myprintf_buf );
H A Dtest_input_for_tinycc.c1226 static void vex_log_bytes ( char* p, int n ) function
1389 vex_log_bytes( myprintf_buf, vex_strlen(myprintf_buf) );

Completed in 214 milliseconds