OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offset_in_region
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
target-memory.c
129
CORE_ADDR
offset_in_region
;
local
135
offset_in_region
= address - region->lo;
138
*begin = region->lo +
offset_in_region
/ blocksize * blocksize;
140
*end = region->lo + (
offset_in_region
+ blocksize - 1) / blocksize * blocksize;
/src/external/gpl3/gdb/dist/gdb/
target-memory.c
129
CORE_ADDR
offset_in_region
;
local
135
offset_in_region
= address - region->lo;
138
*begin = region->lo +
offset_in_region
/ blocksize * blocksize;
140
*end = region->lo + (
offset_in_region
+ blocksize - 1) / blocksize * blocksize;
Completed in 23 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026