Home
last modified time | relevance | path

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

/external/strace/xlat/
Dprctl_options.h41 #if defined(PR_SET_UNALIGN) || (defined(HAVE_DECL_PR_SET_UNALIGN) && HAVE_DECL_PR_SET_UNALIGN)
43 static_assert((PR_SET_UNALIGN) == (6), "PR_SET_UNALIGN != 6");
46 # define PR_SET_UNALIGN 6
379 XLAT(PR_SET_UNALIGN),
Dprctl_options.in6 PR_SET_UNALIGN 6
/external/libcap/libcap/include/uapi/linux/
Dprctl.h17 #define PR_SET_UNALIGN 6 macro
/external/musl/include/sys/
Dprctl.h15 #define PR_SET_UNALIGN 6 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h18 #define PR_SET_UNALIGN 6 macro
/external/strace/
Dprctl.c382 case PR_SET_UNALIGN: in SYS_FUNC()
/external/minijail/linux-x86/
Dlibconstants.gen.c3991 #ifdef PR_SET_UNALIGN
3992 { "PR_SET_UNALIGN", (unsigned long) PR_SET_UNALIGN },
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1035 pub const PR_SET_UNALIGN: ::c_int = 6; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1929 pub const PR_SET_UNALIGN: ::c_int = 6; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2518 pub const PR_SET_UNALIGN: ::c_int = 6; constant