Lines Matching refs:Active
292 Active; typedef
304 static void maybe_add_active ( Active /*by value; callee copies*/ );
312 static void show_active ( const HChar* left, const Active* act );
772 Active *old, new; in VG_()
808 Active act; in generate_and_add_actives()
946 static void maybe_add_active ( Active act ) in maybe_add_active()
949 Active* old = NULL; in maybe_add_active()
1044 Active* a = VG_(OSetGen_AllocNode)(activeSet, sizeof(Active)); in maybe_add_active()
1088 Active* act; in VG_()
1187 Active* r = VG_(OSetGen_Lookup)(activeSet, &orig); in VG_()
1234 Active act; in add_hardwired_active()
1320 activeSet = VG_(OSetGen_Create)(offsetof(Active, from_addr), in VG_()
1858 static void show_active ( const HChar* left, const Active* act ) in show_active()
1885 Active* act; in show_redir_state()