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

  /external/compiler-rt/lib/asan/
asan_interceptors.h 30 struct sigaction *oldact)
asan_interceptors.cc 142 struct sigaction *oldact) {
144 return REAL(sigaction)(signum, act, oldact);
151 struct sigaction *oldact);
  /bionic/linker/
debugger.cpp 153 struct sigaction oldact, newact; local
160 if (sigaction(signum, &newact, &oldact) < 0) {
165 bool ret = (oldact.sa_flags & SA_SIGINFO) != 0;
167 if (sigaction(signum, &oldact, NULL) == -1) {
  /external/valgrind/main/coregrind/
pub_core_libcsignal.h 68 vki_sigaction_fromK_t* oldact );
m_libcsignal.c 220 vki_sigaction_fromK_t* oldact)
226 signum, (UWord)act, (UWord)oldact,
258 real_oldact = oldact ? &oldactCopy.oa : NULL;
271 *oldact = *real_oldact;
  /development/ndk/sources/android/libportable/arch-mips/
signal.c     [all...]
  /development/ndk/sources/android/libportable/common/include/
signal_portable.h 172 struct sigaction_portable *oldact,
  /external/ppp/pppd/
main.c 1369 struct sigaction act, oldact; local
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 683 Syscall param sigaction(oldact) contains uninitialised byte(s)
708 Syscall param sigaction(oldact) points to unaddressable byte(s)
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]
syswrap-darwin.c     [all...]

Completed in 683 milliseconds