Home
last modified time | relevance | path

Searched refs:max_protection (Results 1 – 25 of 135) sorted by relevance

123456

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/mach/
H A Dvm_region.h77 vm_prot_t max_protection; member
105 vm_prot_t max_protection; member
204 vm_prot_t max_protection; /* max avail through vm_prot */ member
231 vm_prot_t max_protection; /* max avail through vm_prot */ member
278 vm_prot_t max_protection; /* max avail through vm_prot */ member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/mach/
H A Dvm_region.h77 vm_prot_t max_protection; member
105 vm_prot_t max_protection; member
204 vm_prot_t max_protection; /* max avail through vm_prot */ member
231 vm_prot_t max_protection; /* max avail through vm_prot */ member
278 vm_prot_t max_protection; /* max avail through vm_prot */ member
/dports/devel/radare2/radare2-5.1.1/libr/debug/p/native/maps/
H A Ddarwin.c60 …tf ("0x%08"PFMT64x" size 0x%08"PFMT64x" perm 0x%x\n", (ut64)addr, (ut64)size, info.max_protection); in get_kernel_base()
130 if (info.max_protection!=0 && !contiguous) { in ios_dbg_maps()
144 r_str_rwx_i (xwr2rwx (info.max_protection)), i, in ios_dbg_maps()
236 || (info.max_protection != prev_info.max_protection)
252 r_str_rwx_i (xwr2rwx (prev_info.max_protection)), i,
279 unparse_protection (prev_info.max_protection),
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/mach-0.3.2/src/
H A Dvm_region.rs63 pub max_protection: vm_prot_t, field
82 pub max_protection: vm_prot_t, field
139 pub max_protection: vm_prot_t, field
167 pub max_protection: vm_prot_t, field
196 pub max_protection: vm_prot_t, field
/dports/www/firefox/firefox-99.0/third_party/rust/mach/src/
H A Dvm_region.rs63 pub max_protection: vm_prot_t, field
82 pub max_protection: vm_prot_t, field
139 pub max_protection: vm_prot_t, field
167 pub max_protection: vm_prot_t, field
196 pub max_protection: vm_prot_t, field
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/mach/src/
H A Dvm_region.rs63 pub max_protection: vm_prot_t, field
82 pub max_protection: vm_prot_t, field
139 pub max_protection: vm_prot_t, field
167 pub max_protection: vm_prot_t, field
196 pub max_protection: vm_prot_t, field
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/mach-0.3.2/src/
H A Dvm_region.rs63 pub max_protection: vm_prot_t, field
82 pub max_protection: vm_prot_t, field
139 pub max_protection: vm_prot_t, field
167 pub max_protection: vm_prot_t, field
196 pub max_protection: vm_prot_t, field
/dports/lang/rust/rustc-1.58.1-src/vendor/mach/src/
H A Dvm_region.rs63 pub max_protection: vm_prot_t, field
82 pub max_protection: vm_prot_t, field
139 pub max_protection: vm_prot_t, field
167 pub max_protection: vm_prot_t, field
196 pub max_protection: vm_prot_t, field
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/mach/src/
H A Dvm_region.rs63 pub max_protection: vm_prot_t, field
82 pub max_protection: vm_prot_t, field
139 pub max_protection: vm_prot_t, field
167 pub max_protection: vm_prot_t, field
196 pub max_protection: vm_prot_t, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/mach-0.3.2/src/
H A Dvm_region.rs63 pub max_protection: vm_prot_t,
82 pub max_protection: vm_prot_t,
139 pub max_protection: vm_prot_t,
167 pub max_protection: vm_prot_t,
196 pub max_protection: vm_prot_t,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/mach/src/
H A Dvm_region.rs63 pub max_protection: vm_prot_t, field
82 pub max_protection: vm_prot_t, field
139 pub max_protection: vm_prot_t, field
167 pub max_protection: vm_prot_t, field
196 pub max_protection: vm_prot_t, field
/dports/misc/rump/buildrump.sh-b914579/src/sys/miscfs/procfs/
H A Dprocfs_map.c188 (entry->max_protection & VM_PROT_READ) ? 'r' : '-', in procfs_domap()
189 (entry->max_protection & VM_PROT_WRITE) ? 'w' : '-', in procfs_domap()
190 (entry->max_protection & VM_PROT_EXECUTE) ? in procfs_domap()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/
H A DMemArenaDarwin.cpp67 vm_prot_t max_protection = 0; in CreateView() local
71 &cur_protection, &max_protection, VM_INHERIT_DEFAULT); in CreateView()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/
H A DMemArenaDarwin.cpp67 vm_prot_t max_protection = 0; in CreateView() local
71 &cur_protection, &max_protection, VM_INHERIT_DEFAULT); in CreateView()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/
H A DMemArenaDarwin.cpp67 vm_prot_t max_protection = 0; in CreateView() local
71 &cur_protection, &max_protection, VM_INHERIT_DEFAULT); in CreateView()
/dports/lang/smalltalk/smalltalk-3.2.5/sigsegv/src/
H A Dstackvma-mach.c47 vm_prot_t protection, max_protection; in sigsegv_get_vma() local
60 more = (vm_region (task, &address, &size, &protection, &max_protection, in sigsegv_get_vma()
/dports/devel/libsigsegv/libsigsegv-2.12/src/
H A Dstackvma-mach.c46 vm_prot_t protection, max_protection; in sigsegv_get_vma() local
93 more = (vm_region (task, &address, &size, &protection, &max_protection, in sigsegv_get_vma()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos.11-any/mach/
H A Dvm_map.h258 vm_prot_t max_protection,
294 vm_prot_t *max_protection,
467 vm_prot_t max_protection,
513 vm_prot_t *max_protection,
721 vm_prot_t max_protection; member
918 vm_prot_t max_protection; member
966 vm_prot_t max_protection; member
1208 vm_prot_t max_protection; member
1422 vm_prot_t max_protection; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos.12-any/mach/
H A Dvm_map.h259 vm_prot_t max_protection,
295 vm_prot_t *max_protection,
467 vm_prot_t max_protection,
513 vm_prot_t *max_protection,
721 vm_prot_t max_protection; member
918 vm_prot_t max_protection; member
966 vm_prot_t max_protection; member
1208 vm_prot_t max_protection; member
1422 vm_prot_t max_protection; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos.11-any/mach/
H A Dvm_map.h258 vm_prot_t max_protection,
294 vm_prot_t *max_protection,
467 vm_prot_t max_protection,
513 vm_prot_t *max_protection,
721 vm_prot_t max_protection; member
918 vm_prot_t max_protection; member
966 vm_prot_t max_protection; member
1208 vm_prot_t max_protection; member
1422 vm_prot_t max_protection; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos.12-any/mach/
H A Dvm_map.h259 vm_prot_t max_protection,
295 vm_prot_t *max_protection,
467 vm_prot_t max_protection,
513 vm_prot_t *max_protection,
721 vm_prot_t max_protection; member
918 vm_prot_t max_protection; member
966 vm_prot_t max_protection; member
1208 vm_prot_t max_protection; member
1422 vm_prot_t max_protection; member
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dunexmacosx.c157 vm_prot_t max_protection; member
346 print_region (r->address, r->size, r->protection, r->max_protection); in print_region_list()
380 print_region (address, size, info.protection, info.max_protection); in build_region_list()
389 && info.max_protection == region_list_tail->max_protection in build_region_list()
404 r->max_protection = info.max_protection; in build_region_list()
/dports/editors/emacs/emacs-27.2/src/
H A Dunexmacosx.c157 vm_prot_t max_protection; member
346 print_region (r->address, r->size, r->protection, r->max_protection); in print_region_list()
380 print_region (address, size, info.protection, info.max_protection); in build_region_list()
389 && info.max_protection == region_list_tail->max_protection in build_region_list()
404 r->max_protection = info.max_protection; in build_region_list()
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/mach/
H A Dvm_map.h258 vm_prot_t max_protection,
294 vm_prot_t *max_protection,
467 vm_prot_t max_protection,
700 vm_prot_t max_protection; member
897 vm_prot_t max_protection; member
1162 vm_prot_t max_protection; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/mach/
H A Dvm_map.h258 vm_prot_t max_protection,
294 vm_prot_t *max_protection,
467 vm_prot_t max_protection,
700 vm_prot_t max_protection; member
897 vm_prot_t max_protection; member
1162 vm_prot_t max_protection; member

123456