OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:preamble_function
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.h
179
/*IN*/ Bool (*
preamble_function
)(void*,IRSB*),
guest_generic_bb_to_IR.c
126
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 );
[
all
...]
main_main.c
613
vta->
preamble_function
,
[
all
...]
/external/valgrind/main/VEX/pub/
libvex.h
618
Bool (*
preamble_function
)(/*callback_opaque*/void*, IRSB*);
member in struct:__anon27567
/external/valgrind/main/coregrind/
m_translate.c
[
all
...]
/external/valgrind/main/VEX/
test_main.c
221
vta.
preamble_function
= NULL;
[
all
...]
Completed in 674 milliseconds