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

  /external/valgrind/main/coregrind/
m_vki.c 98 (sa_tramp) */
109 vg_assert(sizeof(t1.sa_tramp) == sizeof(t2.sa_tramp));
117 vg_assert(offsetof(t1.sa_tramp) == offsetof(t2.sa_tramp));
m_libcsignal.c 232 new action, install our own sa_tramp field in it, and ignore
236 will inadvertantly ignore the sa_tramp field requested by the
262 real_act->sa_tramp = (void*)&darwin_signal_demux;
290 toK->sa_tramp = NULL; /* the cause of all the difficulty */
m_signals.c 591 void* scss_sa_tramp; /* sa_tramp setting, Darwin only */
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 414 void (*sa_tramp)(void*,UWord,UWord,void*,void*); member in struct:__anon17121

Completed in 123 milliseconds