OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_protection
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
gnu-nat.c
2612
vm_prot_t
last_protection
;
2621
last_protection
= VM_PROT_NONE;
2649
if (protection ==
last_protection
&& region_address == last_region_end)
2657
if (
last_protection
!= VM_PROT_NONE)
2660
last_protection
& VM_PROT_READ,
2661
last_protection
& VM_PROT_WRITE,
2662
last_protection
& VM_PROT_EXECUTE,
2668
last_protection
= protection;
2673
if (last_region_end > last_region_address &&
last_protection
!= VM_PROT_NONE)
2675
last_protection
& VM_PROT_READ
2576
vm_prot_t
last_protection
;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
gnu-nat.c
2612
vm_prot_t
last_protection
;
2621
last_protection
= VM_PROT_NONE;
2649
if (protection ==
last_protection
&& region_address == last_region_end)
2657
if (
last_protection
!= VM_PROT_NONE)
2660
last_protection
& VM_PROT_READ,
2661
last_protection
& VM_PROT_WRITE,
2662
last_protection
& VM_PROT_EXECUTE,
2668
last_protection
= protection;
2673
if (last_region_end > last_region_address &&
last_protection
!= VM_PROT_NONE)
2675
last_protection
& VM_PROT_READ
2576
vm_prot_t
last_protection
;
local
[
all
...]
Completed in 19 milliseconds
Indexes created Tue Mar 17 00:23:13 UTC 2026