Home
last modified time | relevance | path

Searched refs:VG_TDICT_CALL (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/coregrind/
Dm_errormgr.c306 return VG_TDICT_CALL(tool_eq_Error, res, e1, e2); in eq_Error()
374 name = VG_TDICT_CALL(tool_get_error_name, err); in gen_suppression()
400 num_written = VG_TDICT_CALL(tool_get_extra_suppression_info, in gen_suppression()
589 VG_TDICT_CALL( tool_before_pp_Error, err ); in pp_Error()
601 VG_TDICT_CALL( tool_pp_Error, err ); in pp_Error()
614 VG_TDICT_CALL( tool_before_pp_Error, err ); in pp_Error()
627 VG_TDICT_CALL( tool_pp_Error, err ); in pp_Error()
813 extra_size = VG_TDICT_CALL(tool_update_extra, p); in VG_()
878 (void)VG_TDICT_CALL(tool_update_extra, &err); in VG_()
941 num_written = VG_TDICT_CALL(tool_print_extra_suppression_use, in show_used_suppressions()
[all …]
Dpub_core_tooliface.h45 #define VG_TDICT_CALL(fn, args...) \ macro
Dm_main.c328 VG_TDICT_CALL(tool_print_usage); in usage_NORETURN()
339 VG_TDICT_CALL(tool_print_debug_usage); in usage_NORETURN()
891 || ! VG_TDICT_CALL(tool_process_cmd_line_option, arg) ) { in main_process_cmd_line_options()
2129 VG_TDICT_CALL(tool_post_clo_init); in valgrind_main()
2645 VG_TDICT_CALL(tool_fini, 0/*exitcode*/); in shutdown_actions_NORETURN()
Dm_transtab.c1530 VG_TDICT_CALL( tool_discard_superblock_info, in initialiseSector()
1935 VG_TDICT_CALL( tool_discard_superblock_info, in delete_tte()
/external/valgrind/coregrind/m_gdbserver/
Dserver.c176 VG_TDICT_CALL(tool_print_stats); in VG_()
445 VG_TDICT_CALL(tool_info_location, address); in handle_gdb_valgrind_command()
599 VG_TDICT_CALL(tool_handle_client_request, VG_(running_tid), arg, in handle_gdb_monitor_command()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c2101 if ( VG_TDICT_CALL(tool_handle_client_request, tid, arg, &ret) ) in do_client_request()
2224 vg_assert(VG_TDICT_CALL(tool_cheap_sanity_check)); in VG_()
2244 vg_assert(VG_TDICT_CALL(tool_expensive_sanity_check)); in VG_()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-main.c1899 VG_TDICT_CALL(tool_pre_syscall, tid, sysno, in VG_()
2173 VG_TDICT_CALL(tool_post_syscall, tid, in VG_()