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()
99 valgrind_vex_init_for_iri(IRICB *cb) in valgrind_vex_init_for_iri()
Dvtest.h221 void valgrind_vex_init_for_iri(IRICB *);
224 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.c184 IRICB iricb = new_iricb(op, data); in main()
/external/valgrind/VEX/pub/
Dlibvex.h906 IRICB; typedef
908 extern void LibVEX_InitIRI ( const IRICB * );
/external/valgrind/VEX/priv/
Dir_inject.c51 static IRICB iricb;
55 LibVEX_InitIRI(const IRICB *iricb_in) in LibVEX_InitIRI()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c2097 LibVEX_InitIRI ( (IRICB *)arg[1] ); in do_client_request()