Searched refs:get_ECU_from_ExeContext (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_execontext.h93 extern UInt VG_(get_ECU_from_ExeContext)( ExeContext* e );
/external/valgrind/main/memcheck/
H A Dmc_malloc_wrappers.c399 UInt ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(mc));
608 ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(new_mc));
680 UInt ecu = VG_(get_ECU_from_ExeContext)(ec);
H A Dmc_main.c1818 ecu = VG_(get_ECU_from_ExeContext)(here);
3462 zero_ecu = VG_(get_ECU_from_ExeContext)(zero_ec);
3498 ecu = VG_(get_ECU_from_ExeContext)(ec);
/external/valgrind/main/coregrind/
H A Dm_execontext.c473 UInt VG_(get_ECU_from_ExeContext)( ExeContext* e ) { function
H A Dm_translate.c209 ecu = VG_(get_ECU_from_ExeContext)( ec );

Completed in 187 milliseconds