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

/external/valgrind/main/coregrind/
H A Dm_tooliface.c42 void(*post_clo_init)(void),
48 VG_(tdict).tool_post_clo_init = post_clo_init;
/external/valgrind/main/drd/
H A Ddrd_main.c660 static void DRD_(post_clo_init)(void) function
753 VG_(basic_tool_funcs) (DRD_(post_clo_init),
/external/valgrind/main/include/
H A Dpub_tool_tooliface.h76 void (*post_clo_init)(void),
385 // if possible rather than in post_clo_init(), and if they are bad then
/external/valgrind/main/callgrind/
H A Dmain.c1849 void CLG_(post_clo_init)(void) function
1866 (*CLG_(cachesim).post_clo_init)();
1899 VG_(basic_tool_funcs) (CLG_(post_clo_init),
H A Dglobal.h654 void (*post_clo_init)(void); member in struct:cachesim_if
H A Dsim.c1744 .post_clo_init = cachesim_post_clo_init,

Completed in 90 milliseconds