Searched refs:DebugInfo_get_text_avma (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_debuginfo.h220 Addr VG_(DebugInfo_get_text_avma) ( const DebugInfo *di );
/external/valgrind/callgrind/
H A Dbb.c210 Addr start = di ? VG_(DebugInfo_get_text_avma)(di) : 0;
H A Dfn.c246 obj->start = di ? VG_(DebugInfo_get_text_avma)(di) : 0;
/external/valgrind/coregrind/m_gdbserver/
H A Dserver.c341 VG_(DebugInfo_get_text_avma) (tooldi) : 0x38000000;
344 VG_(am_find_nsegment) (VG_(DebugInfo_get_text_avma) (tooldi))
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c4188 Addr VG_(DebugInfo_get_text_avma)(const DebugInfo* di) function

Completed in 88 milliseconds