/external/openthread/third_party/mbedtls/repo/docs/architecture/ |
D | psa-shared-memory.md | 401 ##### Linux mprotect+ptrace 412 ##### Debugger + mprotect
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
D | mod.rs | 461 pub fn mprotect(addr: *const ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/external/rust/android-crates-io/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
D | mod.rs | 461 pub fn mprotect(addr: *const ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
D | mod.rs | 461 pub fn mprotect(addr: *const ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
D | mod.rs | 511 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/external/rust/android-crates-io/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
D | mod.rs | 511 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
D | mod.rs | 511 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/external/rust/android-crates-io/crates/rustix/src/mm/ |
D | mmap.rs | 238 pub unsafe fn mprotect(ptr: *mut c_void, len: usize, flags: MprotectFlags) -> io::Result<()> { in mprotect() function
|
/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/mm/ |
D | syscalls.rs | 118 pub(crate) unsafe fn mprotect( in mprotect() function
|
/external/rust/android-crates-io/crates/rustix/src/backend/libc/mm/ |
D | syscalls.rs | 118 pub(crate) unsafe fn mprotect( in mprotect() function
|
/external/rust/android-crates-io/crates/nix/src/sys/ |
D | mman.rs | 559 pub unsafe fn mprotect( in mprotect() function
|
/external/strace/ |
D | mem.c | 218 SYS_FUNC(mprotect) in SYS_FUNC() argument
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
D | mod.rs | 533 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/freebsd/freebsd15/ |
D | mod.rs | 533 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
D | mod.rs | 533 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
D | mod.rs | 533 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/external/rust/android-crates-io/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
D | mod.rs | 530 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/external/rust/android-crates-io/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd15/ |
D | mod.rs | 530 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/freebsd/freebsd15/ |
D | mod.rs | 533 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
D | mod.rs | 533 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/external/rust/android-crates-io/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
D | mod.rs | 530 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/external/rust/android-crates-io/crates/memmap2/src/ |
D | unix.rs | 329 fn mprotect(&mut self, prot: libc::c_int) -> io::Result<()> { in mprotect() method
|
/external/rust/android-crates-io/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 1625 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 1626 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 1626 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() function
|