OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preamble_function
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.h
173
/*IN*/ Bool (*
preamble_function
)(void*,IRSB*),
guest_generic_bb_to_IR.c
91
preamble_function
is a callback which allows the caller to add
120
/*IN*/ Bool (*
preamble_function
)(void*,IRSB*),
190
if (
preamble_function
) {
191
Bool stopNow =
preamble_function
( callback_opaque, irsb );
main_main.c
457
vta->
preamble_function
,
[
all
...]
/external/valgrind/main/VEX/pub/
libvex.h
495
Bool (*
preamble_function
)(/*callback_opaque*/void*, IRSB*);
member in struct:__anon12001
/external/valgrind/main/coregrind/
m_translate.c
[
all
...]
Completed in 67 milliseconds