Home
last modified time | relevance | path

Searched defs:mprotect (Results 1 – 21 of 21) sorted by relevance

/third_party/rust/crates/rustix/src/mm/
Dmmap.rs155 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/
Dmod.rs451 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/
Dmman.rs534 pub unsafe fn mprotect( in mprotect() function
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
Dsyscalls.rs120 pub(crate) unsafe fn mprotect( in mprotect() function
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dsyscalls.rs117 pub(crate) unsafe fn mprotect( in mprotect() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
Dmod.rs467 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/
Dmod.rs486 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/
Dmod.rs486 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/
Dmod.rs1600 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/
Dmod.rs1054 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/
Dmod.rs1787 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/
Dmod.rs1683 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/
Dmod.rs1778 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/
Dmod.rs2573 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/
Dmod.rs2735 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/
Dmod.rs2768 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/
Dmod.rs3102 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/
Dmod.rs3979 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/
Dmod.rs3938 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/
Dmod.rs5141 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/
Dvmlinux.h3263 int (*mprotect)(struct vm_area_struct *, long unsigned int, long unsigned int, long unsigned int); member