HomeSort by relevance Sort by last modified time
    Searched refs:vex_log_bytes (Results 1 - 9 of 9) sorted by null

  /external/valgrind/VEX/priv/
main_globals.c 53 void (*vex_log_bytes) ( const HChar*, SizeT nbytes ) = NULL; variable
main_globals.h 54 extern void (*vex_log_bytes) ( const HChar*, SizeT nbytes );
main_util.c 509 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) );
524 (*vex_log_bytes)( myprintf_buf, n_myprintf_buf );
main_main.c 209 vex_log_bytes = log_bytes;
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 980 static void vex_log_bytes ( char* p, int n ) function
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 973 static void vex_log_bytes ( char* p, int n ) function
    [all...]
varinfo6.c 1011 static void vex_log_bytes ( char* p, int n ) function
    [all...]
  /external/valgrind/perf/
bz2.c 973 static void vex_log_bytes ( char* p, int n ) function
    [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...]

Completed in 320 milliseconds