Home
last modified time | relevance | path

Searched refs:IRICB (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dvalgrind.c33 IRICB
36 IRICB cb; in new_iricb()
98 valgrind_vex_init_for_iri(IRICB *cb) in valgrind_vex_init_for_iri()
Dvtest.h139 void valgrind_vex_init_for_iri(IRICB *);
142 IRICB new_iricb(const irop_t *, test_data_t *);
DREADME32 This information is collected in the IR Injection Control Block (IRICB).
33 To get the IRICB to VEX we use the new client request
78 IR into the current IRSB based on the information provided in the IRICB.
Dmain.c149 IRICB iricb = new_iricb(op, data); in main()
/external/valgrind/VEX/pub/
Dlibvex.h852 IRICB; typedef
854 extern void LibVEX_InitIRI ( const IRICB * );
/external/valgrind/VEX/priv/
Dir_inject.c50 static IRICB iricb;
54 LibVEX_InitIRI(const IRICB *iricb_in) in LibVEX_InitIRI()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c2087 LibVEX_InitIRI ( (IRICB *)arg[1] ); in do_client_request()