Searched refs:IRICB (Results 1 – 7 of 7) sorted by relevance
33 IRICB36 IRICB cb; in new_iricb()99 valgrind_vex_init_for_iri(IRICB *cb) in valgrind_vex_init_for_iri()
221 void valgrind_vex_init_for_iri(IRICB *);224 IRICB new_iricb(const irop_t *, test_data_t *);
32 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.
184 IRICB iricb = new_iricb(op, data); in main()
906 IRICB; typedef908 extern void LibVEX_InitIRI ( const IRICB * );
51 static IRICB iricb;55 LibVEX_InitIRI(const IRICB *iricb_in) in LibVEX_InitIRI()
2097 LibVEX_InitIRI ( (IRICB *)arg[1] ); in do_client_request()