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

  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.h 175 /*IN*/ Bool (*preamble_function)(void*,IRSB*),
guest_generic_bb_to_IR.c 126 preamble_function is a callback which allows the caller to add
157 /*IN*/ Bool (*preamble_function)(void*,IRSB*),
220 if (preamble_function) {
221 Bool stopNow = preamble_function( callback_opaque, irsb );
    [all...]
main_main.c 521 vta->preamble_function,
    [all...]
  /external/valgrind/main/VEX/pub/
libvex.h 558 Bool (*preamble_function)(/*callback_opaque*/void*, IRSB*); member in struct:__anon13594
  /external/valgrind/main/coregrind/
m_translate.c     [all...]
  /external/valgrind/main/VEX/
test_main.c 221 vta.preamble_function = NULL;
    [all...]

Completed in 55 milliseconds