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

  /external/strace/xlat/
pr_unalign_flags.h 13 #if defined(PR_UNALIGN_SIGBUS) || (defined(HAVE_DECL_PR_UNALIGN_SIGBUS) && HAVE_DECL_PR_UNALIGN_SIGBUS)
15 static_assert((PR_UNALIGN_SIGBUS) == (2), "PR_UNALIGN_SIGBUS != 2");
18 # define PR_UNALIGN_SIGBUS 2
32 XLAT(PR_UNALIGN_SIGBUS),
  /external/libcap/libcap/include/uapi/linux/
prctl.h 17 # define PR_UNALIGN_SIGBUS 2 /* generate SIGBUS on unaligned user access */
  /bionic/libc/kernel/uapi/linux/
prctl.h 29 #define PR_UNALIGN_SIGBUS 2
  /external/kernel-headers/original/uapi/linux/
prctl.h 20 # define PR_UNALIGN_SIGBUS 2 /* generate SIGBUS on unaligned user access */
  /external/minijail/linux-x86/
libconstants.gen.c 995 #ifdef PR_UNALIGN_SIGBUS
996 { "PR_UNALIGN_SIGBUS", (unsigned long) PR_UNALIGN_SIGBUS },
997 #endif // PR_UNALIGN_SIGBUS
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 352 milliseconds