/third_party/musl/ndk_musl_include/sys/ |
D | prctl.h | 15 #define PR_SET_UNALIGN 6 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | prctl.h | 15 #define PR_SET_UNALIGN 6 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | prctl.h | 15 #define PR_SET_UNALIGN 6 macro
|
/third_party/musl/include/sys/ |
D | prctl.h | 15 #define PR_SET_UNALIGN 6 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | prctl.h | 15 #define PR_SET_UNALIGN 6 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | prctl.h | 15 #define PR_SET_UNALIGN 6 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | prctl.h | 15 #define PR_SET_UNALIGN 6 macro
|
/third_party/rust/crates/rustix/src/process/ |
D | prctl.rs | 194 const PR_SET_UNALIGN: c_int = 6; constant 204 unsafe { prctl_2args(PR_SET_UNALIGN, config.bits() as usize as *mut _) }.map(|_r| ()) in set_unaligned_access_control()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 680 PR_SET_UNALIGN
|
D | linux.txt | 1791 PR_SET_UNALIGN
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1035 pub const PR_SET_UNALIGN: ::c_int = 6; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1929 pub const PR_SET_UNALIGN: ::c_int = 6; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2518 pub const PR_SET_UNALIGN: ::c_int = 6; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1187 pub const PR_SET_UNALIGN: u32 = 6; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1184 pub const PR_SET_UNALIGN: u32 = 6; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 1192 pub const PR_SET_UNALIGN: u32 = 6; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1397 pub const PR_SET_UNALIGN: u32 = 6; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 1183 pub const PR_SET_UNALIGN: u32 = 6; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1182 pub const PR_SET_UNALIGN: u32 = 6; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 1176 pub const PR_SET_UNALIGN: u32 = 6; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1183 pub const PR_SET_UNALIGN: u32 = 6; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 1173 pub const PR_SET_UNALIGN: u32 = 6; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 1405 pub const PR_SET_UNALIGN: u32 = 6; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 1179 pub const PR_SET_UNALIGN: u32 = 6; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 1184 pub const PR_SET_UNALIGN: u32 = 6; constant
|