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
195 /*IN*/ Bool (*preamble_function)(void*,IRSB*),
269 if (preamble_function) {
270 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, 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_TISTART, Int offB_GUEST_TILEN, Int offB_GUEST_IP, Int szB_GUEST_IP ) argument
/external/valgrind/main/VEX/pub/
H A Dlibvex.h618 Bool (*preamble_function)(/*callback_opaque*/void*, IRSB*); member in struct:__anon26996

Completed in 70 milliseconds