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

  /external/strace/xlat/
siginfo_codes.h 29 #if !(defined(SI_ASYNCNL) || (defined(HAVE_DECL_SI_ASYNCNL) && HAVE_DECL_SI_ASYNCNL))
30 # define SI_ASYNCNL -60
52 XLAT(SI_ASYNCNL),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
siginfo.h 131 SI_ASYNCNL = -60, /* Sent by asynch name lookup completion. */
132 # define SI_ASYNCNL SI_ASYNCNL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 131 SI_ASYNCNL = -60, /* Sent by asynch name lookup completion. */
132 # define SI_ASYNCNL SI_ASYNCNL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 131 SI_ASYNCNL = -60, /* Sent by asynch name lookup completion. */
132 # define SI_ASYNCNL SI_ASYNCNL
  /external/e2fsprogs/e2fsck/
sigcatcher.c 135 #ifdef SI_ASYNCNL
136 DEFINE_ENTRY(SI_ASYNCNL)
  /external/minijail/linux-x86/
libconstants.gen.c 1073 #ifdef SI_ASYNCNL
1074 { "SI_ASYNCNL", (unsigned long) SI_ASYNCNL },
1075 #endif // SI_ASYNCNL
    [all...]

Completed in 1097 milliseconds