Searched refs:chase_into_ok (Results 1 – 7 of 7) sorted by relevance
168 /*IN*/ Bool (*chase_into_ok)(void*,Addr64),
150 /*IN*/ Bool (*chase_into_ok)(void*,Addr64), in bb_to_IR()247 = resteerOK ? chase_into_ok : const_False; in bb_to_IR()
514 vta->chase_into_ok, in LibVEX_Translate()
114 static Bool chase_into_ok ( Addr64 dst ) { return False; } in chase_into_ok() function859 vta.chase_into_ok = chase_into_ok; in make_translation()
515 Bool (*chase_into_ok) ( /*callback_opaque*/void*, Addr64 ); member
814 static Bool chase_into_ok ( void* closureV, Addr64 addr64 ) in chase_into_ok() function1467 vta.chase_into_ok = chase_into_ok; in VG_()
203 vta.chase_into_ok = chase_into_not_ok; in main()