OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:map_start
(Results
1 - 3
of
3
) sorted by null
/external/qemu/memcheck/
memcheck_mmrange_map.c
47
const target_ulong start1 = d1->desc.
map_start
;
48
const target_ulong start2 = d2->desc.
map_start
;
106
rdesc.desc.
map_start
= start;
memcheck_proc_management.c
715
desc.
map_start
= vstart;
736
proc->image_path, proc->pid, replaced.path, replaced.
map_start
,
737
replaced.map_end, desc.path, desc.
map_start
, desc.map_end);
760
if (desc.
map_start
>= vstart && desc.map_end <= vend) {
772
desc.
map_start
, desc.map_end, desc.exec_offset, vstart, vend);
773
if (desc.
map_start
== vstart) {
775
desc.exec_offset += vend - desc.
map_start
;
776
desc.
map_start
= vend;
785
tail.
map_start
= vend;
787
tail.exec_offset = vend - desc.
map_start
+ desc.exec_offset
[
all
...]
memcheck_common.h
238
target_ulong
map_start
;
member in struct:MMRangeDesc
368
return address - rdesc->
map_start
+ rdesc->exec_offset;
Completed in 2576 milliseconds