HomeSort by relevance Sort by last modified time
    Searched refs:sa_tramp (Results 1 - 4 of 4) sorted by null

  /external/valgrind/coregrind/
m_vki.c 99 (sa_tramp) */
110 vg_assert(sizeof(t1.sa_tramp) == sizeof(t2.sa_tramp));
118 vg_assert(offsetof(t1.sa_tramp) == offsetof(t2.sa_tramp));
m_libcsignal.c 274 new action, install our own sa_tramp field in it, and ignore
278 will inadvertantly ignore the sa_tramp field requested by the
304 real_act->sa_tramp = (void*)&darwin_signal_demux;
338 toK->sa_tramp = NULL; /* the cause of all the difficulty */
m_signals.c 663 void* scss_sa_tramp; /* sa_tramp setting, Darwin only */
    [all...]
  /external/valgrind/include/vki/
vki-darwin.h 433 void (*sa_tramp)(void*,UWord,UWord,void*,void*); member in struct:__anon25525

Completed in 2860 milliseconds