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

  /external/valgrind/none/tests/
libvex_test.c 36 static void log_bytes (const HChar* chars, SizeT nbytes ) function
212 LibVEX_Init (failure_exit, log_bytes, 3, &vcon);
  /external/valgrind/VEX/switchback/
switchback.c 662 void log_bytes ( HChar* bytes, Int nbytes ) function
771 LibVEX_Init( failure_exit, log_bytes, 1, &vcon );
  /external/valgrind/VEX/pub/
libvex.h 560 void (*log_bytes) ( const HChar*, SizeT nbytes ),
    [all...]
  /external/valgrind/VEX/priv/
main_main.c 210 void (*log_bytes) ( const HChar*, SizeT nbytes ),
220 vex_log_bytes = log_bytes;
225 vassert(log_bytes);
    [all...]
  /external/valgrind/coregrind/
m_translate.c 744 void log_bytes ( const HChar* bytes, SizeT nbytes ) function
    [all...]
  /external/valgrind/VEX/useful/
test_main.c 61 void log_bytes ( const HChar* bytes, SizeT nbytes ) function
129 LibVEX_Init ( &failure_exit, &log_bytes,
    [all...]

Completed in 847 milliseconds