Searched refs:post_clo_init (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/coregrind/
H A Dm_tooliface.c43 void(*post_clo_init)(void),
50 VG_(tdict).tool_post_clo_init = post_clo_init;
/external/valgrind/drd/
H A Ddrd_main.c741 static void DRD_(post_clo_init)(void) function
836 VG_(basic_tool_funcs) (DRD_(post_clo_init),
/external/valgrind/include/
H A Dpub_tool_tooliface.h76 void (*post_clo_init)(void),
397 // if possible rather than in post_clo_init(), and if they are bad then
/external/valgrind/callgrind/
H A Dglobal.h628 void (*post_clo_init)(void); member in struct:cachesim_if
H A Dmain.c1966 void CLG_(post_clo_init)(void) function
2011 (*CLG_(cachesim).post_clo_init)();
2053 VG_(basic_tool_funcs) (CLG_(post_clo_init),
H A Dsim.c1704 .post_clo_init = cachesim_post_clo_init,

Completed in 418 milliseconds