HomeSort by relevance Sort by last modified time
    Searched full:readdr (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/include/
pub_tool_tooliface.h 68 Addr64 readdr; /* redirected guest address */ member in struct:__anon14169
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/coregrind/
m_translate.c     [all...]
  /external/valgrind/tsan/
ts_valgrind.cc     [all...]
  /external/valgrind/main/callgrind/
main.c 925 (Addr)closure->readdr);
929 CLG_DEBUG(3, "+ instrument(BB %#lx)\n", (Addr)closure->readdr);
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 986 tl_assert(closure->readdr == vge->base[0]);
988 cgs.sbInfo = get_SB_info(sbIn, (Addr)closure->readdr);
    [all...]

Completed in 602 milliseconds