Home
last modified time | relevance | path

Searched refs:PR_UNALIGN_SIGBUS (Results 1 – 17 of 17) sorted by relevance

/external/strace/xlat/
Dpr_unalign_flags.h13 #if defined(PR_UNALIGN_SIGBUS) || (defined(HAVE_DECL_PR_UNALIGN_SIGBUS) && HAVE_DECL_PR_UNALIGN_SIG…
15 static_assert((PR_UNALIGN_SIGBUS) == (2), "PR_UNALIGN_SIGBUS != 2");
18 # define PR_UNALIGN_SIGBUS 2
32 XLAT(PR_UNALIGN_SIGBUS),
Dpr_unalign_flags.in2 PR_UNALIGN_SIGBUS 2
/external/libcap/libcap/include/uapi/linux/
Dprctl.h17 # define PR_UNALIGN_SIGBUS 2 /* generate SIGBUS on unaligned user access */ macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h20 # define PR_UNALIGN_SIGBUS 2 /* generate SIGBUS on unaligned user access */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c995 #ifdef PR_UNALIGN_SIGBUS
996 { "PR_UNALIGN_SIGBUS", (unsigned long) PR_UNALIGN_SIGBUS },
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1094 PR_UNALIGN_SIGBUS = 0x2 const
Dzerrors_linux_mips64le.go1363 PR_UNALIGN_SIGBUS = 0x2 const
Dzerrors_linux_ppc64.go1365 PR_UNALIGN_SIGBUS = 0x2 const
Dzerrors_linux_arm.go1362 PR_UNALIGN_SIGBUS = 0x2 const
Dzerrors_linux_mips64.go1363 PR_UNALIGN_SIGBUS = 0x2 const
Dzerrors_linux_ppc64le.go1365 PR_UNALIGN_SIGBUS = 0x2 const
Dzerrors_linux_arm64.go1365 PR_UNALIGN_SIGBUS = 0x2 const
Dzerrors_linux_386.go1364 PR_UNALIGN_SIGBUS = 0x2 const
Dzerrors_linux_mips.go1363 PR_UNALIGN_SIGBUS = 0x2 const
Dzerrors_linux_s390x.go1362 PR_UNALIGN_SIGBUS = 0x2 const
Dzerrors_linux_mipsle.go1363 PR_UNALIGN_SIGBUS = 0x2 const
Dzerrors_linux_amd64.go1364 PR_UNALIGN_SIGBUS = 0x2 const