Home
last modified time | relevance | path

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

/external/valgrind/include/
Dpub_tool_debuginfo.h254 Addr VG_(DebugInfo_get_text_avma) ( const DebugInfo *di );
/external/valgrind/callgrind/
Dbb.c210 Addr start = di ? VG_(DebugInfo_get_text_avma)(di) : 0; in obj_of_address()
Dfn.c246 obj->start = di ? VG_(DebugInfo_get_text_avma)(di) : 0; in new_obj_node()
/external/valgrind/coregrind/m_gdbserver/
Dserver.c342 VG_(DebugInfo_get_text_avma) (tooldi) : 0x58000000; in handle_gdb_valgrind_command()
345 VG_(am_find_nsegment) (VG_(DebugInfo_get_text_avma) (tooldi)) in handle_gdb_valgrind_command()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c4251 Addr VG_(DebugInfo_get_text_avma)(const DebugInfo* di) in VG_() argument