Searched refs:show_active (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/ |
D | m_redir.c | 311 static void show_active ( const HChar* left, const Active* act ); 980 show_active( " old: ", old); in maybe_add_active() 981 show_active( " new: ", &act); in maybe_add_active() 990 show_active( " old: ", old); in maybe_add_active() 991 show_active( " new: ", &act); in maybe_add_active() 1028 show_active( " new: ", &act); in maybe_add_active() 1039 show_active( " old: ", old); in maybe_add_active() 1041 show_active( " new: ", &act); in maybe_add_active() 1784 static void show_active ( const HChar* left, const Active* act ) in show_active() function 1830 show_active(" ", act); in show_redir_state()
|