Searched refs:chase_into_ok (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_generic_bb_to_IR.h172 /*IN*/ Bool (*chase_into_ok)(void*,Addr64),
H A Dguest_generic_bb_to_IR.c106 block boundaries if it wishes and if chase_into_ok allows it.
188 /*IN*/ Bool (*chase_into_ok)(void*,Addr64),
285 /* Regardless of what chase_into_ok says, is chasing permissible
296 = resteerOK ? chase_into_ok : const_False;
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
H A Dmain_main.c606 vta->chase_into_ok,
/external/valgrind/main/VEX/switchback/
H A Dswitchback.c114 static Bool chase_into_ok ( Addr64 dst ) { return False; } function
859 vta.chase_into_ok = chase_into_ok;
/external/valgrind/main/VEX/pub/
H A Dlibvex.h575 Bool (*chase_into_ok) ( /*callback_opaque*/void*, Addr64 ); member in struct:__anon26996
674 bb-chasing. The supplied chase_into_ok function should say NO
680 would not be the result. Therefore chase_into_ok should disallow
/external/valgrind/main/coregrind/
H A Dm_translate.c668 chase_into_ok return False). Note that the latter is redundant
673 determined by chase_into_ok) to go into a 'w' area.
822 static Bool chase_into_ok ( void* closureV, Addr64 addr64 ) function
1494 vta.chase_into_ok = chase_into_ok;
/external/valgrind/main/VEX/
H A Dtest_main.c203 vta.chase_into_ok = chase_into_not_ok;

Completed in 229 milliseconds