OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readonly_regions
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc
1230
static struct readonly_region *
readonly_regions
;
variable in typeref:struct:readonly_region
2848
while (
readonly_regions
)
2850
roreg =
readonly_regions
;
2851
readonly_regions
=
readonly_regions
->next;
2883
roreg->next =
readonly_regions
;
2884
readonly_regions
= roreg;
2901
for (roreg =
readonly_regions
; roreg; roreg = roreg->next)
/src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc
1230
static struct readonly_region *
readonly_regions
;
variable in typeref:struct:readonly_region
2848
while (
readonly_regions
)
2850
roreg =
readonly_regions
;
2851
readonly_regions
=
readonly_regions
->next;
2883
roreg->next =
readonly_regions
;
2884
readonly_regions
= roreg;
2901
for (roreg =
readonly_regions
; roreg; roreg = roreg->next)
Completed in 72 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026