Home
last modified time | relevance | path

Searched refs:PR_GET_UNALIGN (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Dprctl_options.h14 #if !(defined(PR_GET_UNALIGN) || (defined(HAVE_DECL_PR_GET_UNALIGN) && HAVE_DECL_PR_GET_UNALIGN))
15 # define PR_GET_UNALIGN 5 macro
156 XLAT(PR_GET_UNALIGN),
Dprctl_options.in5 PR_GET_UNALIGN 5
/external/libcap/libcap/include/uapi/linux/
Dprctl.h14 #define PR_GET_UNALIGN 5 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h16 #define PR_GET_UNALIGN 5 macro
/external/minijail/linux-x86/
Dlibconstants.gen.c860 #ifdef PR_GET_UNALIGN
861 { "PR_GET_UNALIGN", (unsigned long) PR_GET_UNALIGN },
/external/strace/
Dprctl.c168 case PR_GET_UNALIGN: in SYS_FUNC()
DChangeLog-CVS489 Fix PR_GET_UNALIGN decoder.