/third_party/rust/crates/rustix/src/process/ |
H A D | prctl.rs | 585 // PR_SET_MM 588 const PR_SET_MM: c_int = 35; consts 637 /// - [`prctl(PR_SET_MM,...)`] 644 /// [`prctl(PR_SET_MM,...)`]: https://man7.org/linux/man-pages/man2/prctl.2.html 651 prctl_3args(PR_SET_MM, option as usize as *mut _, address).map(|_r| ()) in set_virtual_memory_map_address() 657 /// - [`prctl(PR_SET_MM,PR_SET_MM_EXE_FILE,...)`] 659 /// [`prctl(PR_SET_MM,PR_SET_MM_EXE_FILE,...)`]: https://man7.org/linux/man-pages/man2/prctl.2.html 663 unsafe { prctl_3args(PR_SET_MM, PR_SET_MM_EXE_FILE as *mut _, fd as *mut _) }.map(|_r| ()) in set_executable_file() 669 /// - [`prctl(PR_SET_MM,PR_SET_MM_AUXV,...)`] 676 /// [`prctl(PR_SET_MM,PR_SET_MM_AUX [all...] |
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | prctl.h | 71 #define PR_SET_MM 35 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | prctl.h | 71 #define PR_SET_MM 35 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | prctl.h | 71 #define PR_SET_MM 35 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | prctl.h | 71 #define PR_SET_MM 35 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | prctl.h | 71 #define PR_SET_MM 35 macro
|
/third_party/musl/include/sys/ |
H A D | prctl.h | 71 #define PR_SET_MM 35 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1104 pub const PR_SET_MM: ::c_int = 35; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1237 pub const PR_SET_MM: u32 = 35; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2587 pub const PR_SET_MM: ::c_int = 35; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1998 pub const PR_SET_MM: ::c_int = 35; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1240 pub const PR_SET_MM: u32 = 35; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1232 pub const PR_SET_MM: u32 = 35; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1250 pub const PR_SET_MM: u32 = 35; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1245 pub const PR_SET_MM: u32 = 35; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 1242 pub const PR_SET_MM: u32 = 35; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 1237 pub const PR_SET_MM: u32 = 35; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 1226 pub const PR_SET_MM: u32 = 35; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 1450 pub const PR_SET_MM: u32 = 35; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 1235 pub const PR_SET_MM: u32 = 35; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 1458 pub const PR_SET_MM: u32 = 35; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 1236 pub const PR_SET_MM: u32 = 35; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 1229 pub const PR_SET_MM: u32 = 35; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 1236 pub const PR_SET_MM: u32 = 35; consts
|