OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chase_into_ok
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/switchback/
switchback.c
114
static Bool
chase_into_ok
( Addr64 dst ) { return False; }
function
859
vta.
chase_into_ok
=
chase_into_ok
;
/external/valgrind/main/VEX/pub/
libvex.h
575
Bool (*
chase_into_ok
) ( /*callback_opaque*/void*, Addr64 );
member in struct:__anon16515
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/
m_translate.c
668
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
[
all
...]
Completed in 632 milliseconds