Home
last modified time | relevance | path

Searched refs:PR_SET_UNALIGN (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dprctl_options.h17 #if !(defined(PR_SET_UNALIGN) || (defined(HAVE_DECL_PR_SET_UNALIGN) && HAVE_DECL_PR_SET_UNALIGN))
18 # define PR_SET_UNALIGN 6 macro
157 XLAT(PR_SET_UNALIGN),
Dprctl_options.in6 PR_SET_UNALIGN 6
/external/libcap/libcap/include/uapi/linux/
Dprctl.h15 #define PR_SET_UNALIGN 6 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h17 #define PR_SET_UNALIGN 6 macro
/external/minijail/linux-x86/
Dlibconstants.gen.c971 #ifdef PR_SET_UNALIGN
972 { "PR_SET_UNALIGN", (unsigned long) PR_SET_UNALIGN },
/external/strace/
Dprctl.c315 case PR_SET_UNALIGN: in SYS_FUNC()