Searched defs:preamble_function (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_generic_bb_to_IR.c126 preamble_function is a callback which allows the caller to add
196 /*IN*/ Bool (*preamble_function)(void*,IRSB*),
270 if (preamble_function) {
271 Bool stopNow = preamble_function( callback_opaque, irsb );
180 bb_to_IR( VexGuestExtents* vge, UInt* n_sc_extents, UInt* n_guest_instrs, void* callback_opaque, DisOneInstrFn dis_instr_fn, UChar* guest_code, Addr64 guest_IP_bbstart, Bool (*chase_into_ok)(void*,Addr64), Bool host_bigendian, Bool sigill_diag, VexArch arch_guest, VexArchInfo* archinfo_guest, VexAbiInfo* abiinfo_both, IRType guest_word_type, UInt (*needs_self_check)(void*,VexGuestExtents*), Bool (*preamble_function)(void*,IRSB*), Int offB_GUEST_CMSTART, Int offB_GUEST_CMLEN, Int offB_GUEST_IP, Int szB_GUEST_IP ) argument
/external/valgrind/main/VEX/pub/
H A Dlibvex.h718 Bool (*preamble_function)(/*callback_opaque*/void*, IRSB*); member in struct:__anon32257

Completed in 331 milliseconds