/third_party/rust/crates/rustix/src/mm/ |
D | mmap.rs | 155 pub unsafe fn mprotect(ptr: *mut c_void, len: usize, flags: MprotectFlags) -> io::Result<()> { in mprotect() function
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
D | mod.rs | 451 pub fn mprotect(addr: *const ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/third_party/rust/crates/nix/src/sys/ |
D | mman.rs | 534 pub unsafe fn mprotect( in mprotect() function
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
D | syscalls.rs | 120 pub(crate) unsafe fn mprotect( in mprotect() function
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
D | syscalls.rs | 117 pub(crate) unsafe fn mprotect( in mprotect() function
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
D | mod.rs | 467 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
D | mod.rs | 486 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
D | mod.rs | 486 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 1600 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 1054 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1787 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1683 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1778 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 2573 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 2735 pub fn mprotect(addr: *const ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 2768 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 3102 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3979 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3938 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 5141 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 3263 int (*mprotect)(struct vm_area_struct *, long unsigned int, long unsigned int, long unsigned int); member
|