Searched refs:sa_tramp (Results 1 – 4 of 4) sorted by relevance
110 vg_assert(sizeof(t1.sa_tramp) == sizeof(t2.sa_tramp)); in VG_()118 vg_assert(offsetof(t1.sa_tramp) == offsetof(t2.sa_tramp)); in VG_()
262 real_act->sa_tramp = (void*)&darwin_signal_demux; in VG_()290 toK->sa_tramp = NULL; /* the cause of all the difficulty */ in VG_()
1183 scss.scss_per_sig[signo].scss_sa_tramp = new_act->sa_tramp; in VG_()
420 void (*sa_tramp)(void*,UWord,UWord,void*,void*); member