HomeSort by relevance Sort by last modified time
    Searched refs:VG_TDICT_CALL (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/coregrind/
m_errormgr.c 305 return VG_TDICT_CALL(tool_eq_Error, res, e1, e2);
367 name = VG_TDICT_CALL(tool_get_error_name, err);
388 anyXtra = VG_TDICT_CALL(tool_get_extra_suppression_info,
588 VG_TDICT_CALL( tool_before_pp_Error, err );
600 VG_TDICT_CALL( tool_pp_Error, err );
611 VG_TDICT_CALL( tool_before_pp_Error, err );
624 VG_TDICT_CALL( tool_pp_Error, err );
806 extra_size = VG_TDICT_CALL(tool_update_extra, p);
863 (void)VG_TDICT_CALL(tool_update_extra, &err);
922 anyXtra = VG_TDICT_CALL(tool_print_extra_suppression_use
    [all...]
pub_core_tooliface.h 43 // statement. This lets us say "x = VG_TDICT_CALL(...)" in the required
45 #define VG_TDICT_CALL(fn, args...) \
m_main.c 300 VG_TDICT_CALL(tool_print_usage);
311 VG_TDICT_CALL(tool_print_debug_usage);
    [all...]
m_transtab.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
server.c 172 VG_TDICT_CALL(tool_print_stats);
423 VG_TDICT_CALL(tool_info_location, address);
563 VG_TDICT_CALL(tool_handle_client_request, VG_(running_tid), arg,
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c     [all...]

Completed in 2379 milliseconds