Home
last modified time | relevance | path

Searched refs:VM_PROT_COPY (Results 1 – 25 of 57) sorted by relevance

123

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/System/Unix/
H A DMemory.inc78 VM_PROT_READ | VM_PROT_EXECUTE | VM_PROT_COPY);
124 (vm_size_t)M.Size, 0, VM_PROT_READ | VM_PROT_EXECUTE | VM_PROT_COPY);
146 VM_PROT_READ | VM_PROT_EXECUTE | VM_PROT_COPY);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp70 prot | VM_PROT_COPY); in SetProtections()
76 prot | VM_PROT_COPY); in SetProtections()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp70 prot | VM_PROT_COPY); in SetProtections()
76 prot | VM_PROT_COPY); in SetProtections()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp70 prot | VM_PROT_COPY); in SetProtections()
76 prot | VM_PROT_COPY); in SetProtections()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp70 prot | VM_PROT_COPY); in SetProtections()
76 prot | VM_PROT_COPY); in SetProtections()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp70 prot | VM_PROT_COPY); in SetProtections()
76 prot | VM_PROT_COPY); in SetProtections()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp70 prot | VM_PROT_COPY); in SetProtections()
76 prot | VM_PROT_COPY); in SetProtections()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp70 prot | VM_PROT_COPY); in SetProtections()
76 prot | VM_PROT_COPY); in SetProtections()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp70 prot | VM_PROT_COPY); in SetProtections()
76 prot | VM_PROT_COPY); in SetProtections()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp70 prot | VM_PROT_COPY); in SetProtections()
76 prot | VM_PROT_COPY); in SetProtections()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/third_party/mac_headers/mach/
H A Dvm_prot.h116 #define VM_PROT_COPY ((vm_prot_t) 0x10) macro
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/third_party/mac_headers/mach/
H A Dvm_prot.h116 #define VM_PROT_COPY ((vm_prot_t) 0x10) macro
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/third_party/mac_headers/mach/
H A Dvm_prot.h116 #define VM_PROT_COPY ((vm_prot_t) 0x10) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/third_party/mac_headers/mach/
H A Dvm_prot.h116 #define VM_PROT_COPY ((vm_prot_t) 0x10) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/third_party/mac_headers/mach/
H A Dvm_prot.h116 #define VM_PROT_COPY ((vm_prot_t) 0x10) macro
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/third_party/mac_headers/mach/
H A Dvm_prot.h116 #define VM_PROT_COPY ((vm_prot_t) 0x10) macro
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/third_party/mac_headers/mach/
H A Dvm_prot.h116 #define VM_PROT_COPY ((vm_prot_t) 0x10) macro
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/third_party/mac_headers/mach/
H A Dvm_prot.h116 #define VM_PROT_COPY ((vm_prot_t) 0x10) macro
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/mach-0.3.2/src/
H A Dvm_prot.rs10 pub const VM_PROT_COPY: vm_prot_t = (1 << 4); const
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/mach-0.3.2/src/
H A Dvm_prot.rs10 pub const VM_PROT_COPY: vm_prot_t = (1 << 4); const
/dports/www/firefox/firefox-99.0/third_party/rust/mach/src/
H A Dvm_prot.rs10 pub const VM_PROT_COPY: vm_prot_t = (1 << 4); const
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/mach/src/
H A Dvm_prot.rs10 pub const VM_PROT_COPY: vm_prot_t = (1 << 4); const
/dports/lang/rust/rustc-1.58.1-src/vendor/mach/src/
H A Dvm_prot.rs10 pub const VM_PROT_COPY: vm_prot_t = (1 << 4); const
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/mach/src/
H A Dvm_prot.rs10 pub const VM_PROT_COPY: vm_prot_t = (1 << 4); const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/mach-0.3.2/src/
H A Dvm_prot.rs10 pub const VM_PROT_COPY: vm_prot_t = (1 << 4); const

123