/external/valgrind/main/VEX/priv/ |
main_globals.c | 53 void (*vex_log_bytes) ( HChar*, Int nbytes ) = NULL; variable
|
main_globals.h | 54 extern void (*vex_log_bytes) ( HChar*, Int nbytes );
|
main_util.c | 482 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) ); 499 (*vex_log_bytes)( myprintf_buf, n_myprintf_buf );
|
main_main.c | 106 vex_log_bytes = log_bytes; [all...] |
/external/valgrind/main/exp-ptrcheck/tests/ |
hackedbz2.c | 980 static void vex_log_bytes ( char* p, int n ) function [all...] |
/external/valgrind/main/memcheck/tests/ |
origin5-bz2.c | 973 static void vex_log_bytes ( char* p, int n ) function 1275 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) ) [all...] |
varinfo6.c | 1011 static void vex_log_bytes ( char* p, int n ) function [all...] |
/external/valgrind/main/perf/ |
bz2.c | 973 static void vex_log_bytes ( char* p, int n ) function 1275 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) ) [all...] |
test_input_for_tinycc.c | 1226 static void vex_log_bytes ( char* p, int n ) function 1389 vex_log_bytes( myprintf_buf, vex_strlen(myprintf_buf) ); [all...] |