Home
last modified time | relevance | path

Searched defs:vm_prot_t (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/third_party/mac_headers/mach/
Dvm_prot.h75 typedef int vm_prot_t; typedef
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs37 pub type vm_prot_t = u8; typedef
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs67 pub type vm_prot_t = ::c_int; typedef
5750 cur_protection: ::vm_prot_t, in mach_vm_map()
5751 max_protection: ::vm_prot_t, in mach_vm_map()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4 pub type vm_prot_t = u_char; typedef