OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readdr
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/
m_translate.c
[
all
...]
/external/valgrind/main/include/
pub_tool_tooliface.h
68
Addr64
readdr
; /* redirected guest address */
member in struct:__anon28157
98
// * closure->
readdr
is the redirected guest address, from which
105
// malloc, hence ->
readdr
will be the address of Memcheck's
109
// from ->
readdr
rather than ->nraddr.
112
// time ->nraddr will be the same as ->
readdr
. However, you
129
// came. And so it should be the case that closure->
readdr
is the
[
all
...]
/external/valgrind/main/cachegrind/
cg_main.c
992
tl_assert(closure->
readdr
== vge->base[0]);
994
cgs.sbInfo = get_SB_info(sbIn, (Addr)closure->
readdr
);
[
all
...]
/external/valgrind/main/callgrind/
main.c
930
(Addr)closure->
readdr
);
934
CLG_DEBUG(3, "+ instrument(BB %#lx)\n", (Addr)closure->
readdr
);
[
all
...]
Completed in 1349 milliseconds