Searched refs:DebugInfo_get_text_avma (Results 1 – 5 of 5) sorted by relevance
254 Addr VG_(DebugInfo_get_text_avma) ( const DebugInfo *di );
210 Addr start = di ? VG_(DebugInfo_get_text_avma)(di) : 0; in obj_of_address()
246 obj->start = di ? VG_(DebugInfo_get_text_avma)(di) : 0; in new_obj_node()
342 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()
4251 Addr VG_(DebugInfo_get_text_avma)(const DebugInfo* di) in VG_() argument