Searched refs:PR_GET_UNALIGN (Results 1 – 25 of 25) sorted by relevance
/external/strace/xlat/ |
D | prctl_options.h | 34 #if defined(PR_GET_UNALIGN) || (defined(HAVE_DECL_PR_GET_UNALIGN) && HAVE_DECL_PR_GET_UNALIGN) 36 static_assert((PR_GET_UNALIGN) == (5), "PR_GET_UNALIGN != 5"); 39 # define PR_GET_UNALIGN 5 378 XLAT(PR_GET_UNALIGN),
|
D | prctl_options.in | 5 PR_GET_UNALIGN 5
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 14 #define PR_GET_UNALIGN 5 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 17 #define PR_GET_UNALIGN 5 macro
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 860 #ifdef PR_GET_UNALIGN 861 { "PR_GET_UNALIGN", (unsigned long) PR_GET_UNALIGN },
|
/external/strace/ |
D | prctl.c | 195 case PR_GET_UNALIGN: in SYS_FUNC()
|
D | ChangeLog-CVS | 489 Fix PR_GET_UNALIGN decoder.
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 406 PR_GET_UNALIGN = 5
|
D | sys_amd64.const | 406 PR_GET_UNALIGN = 5
|
D | sys_arm.const | 406 PR_GET_UNALIGN = 5
|
D | sys_ppc64le.const | 406 PR_GET_UNALIGN = 5
|
D | sys_arm64.const | 406 PR_GET_UNALIGN = 5
|
D | sys.txt | 955 …NDIAN, PR_GET_FPEMU, PR_GET_FPEXC, PR_GET_PDEATHSIG, PR_GET_TID_ADDRESS, PR_GET_TSC, PR_GET_UNALIGN
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1042 PR_GET_UNALIGN = 0x5 const
|
D | zerrors_linux_mipsle.go | 1299 PR_GET_UNALIGN = 0x5 const
|
D | zerrors_linux_s390x.go | 1298 PR_GET_UNALIGN = 0x5 const
|
D | zerrors_linux_arm.go | 1298 PR_GET_UNALIGN = 0x5 const
|
D | zerrors_linux_ppc64le.go | 1301 PR_GET_UNALIGN = 0x5 const
|
D | zerrors_linux_mips64.go | 1299 PR_GET_UNALIGN = 0x5 const
|
D | zerrors_linux_ppc64.go | 1301 PR_GET_UNALIGN = 0x5 const
|
D | zerrors_linux_amd64.go | 1300 PR_GET_UNALIGN = 0x5 const
|
D | zerrors_linux_mips64le.go | 1299 PR_GET_UNALIGN = 0x5 const
|
D | zerrors_linux_386.go | 1300 PR_GET_UNALIGN = 0x5 const
|
D | zerrors_linux_mips.go | 1299 PR_GET_UNALIGN = 0x5 const
|
D | zerrors_linux_arm64.go | 1301 PR_GET_UNALIGN = 0x5 const
|