Searched refs:VG_TDICT_CALL (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_errormgr.c288 return VG_TDICT_CALL(tool_eq_Error, res, e1, e2);
358 name = VG_TDICT_CALL(tool_get_error_name, err);
371 anyXtra = VG_TDICT_CALL(tool_get_extra_suppression_info,
588 VG_TDICT_CALL( tool_before_pp_Error, err );
596 VG_TDICT_CALL( tool_pp_Error, err );
607 VG_TDICT_CALL( tool_before_pp_Error, err );
615 VG_TDICT_CALL( tool_pp_Error, err );
797 extra_size = VG_TDICT_CALL(tool_update_extra, p);
853 (void)VG_TDICT_CALL(tool_update_extra, &err);
1230 if (VG_TDICT_CALL(tool_recognised_suppressio
[all...]
H A Dpub_core_tooliface.h43 // statement. This lets us say "x = VG_TDICT_CALL(...)" in the required
45 #define VG_TDICT_CALL(fn, args...) \ macro
H A Dm_main.c256 VG_TDICT_CALL(tool_print_usage);
267 VG_TDICT_CALL(tool_print_debug_usage);
707 || ! VG_TDICT_CALL(tool_process_cmd_line_option, arg) ) {
1886 VG_TDICT_CALL(tool_post_clo_init);
2411 VG_TDICT_CALL(tool_fini, 0/*exitcode*/);
H A Dm_transtab.c823 VG_TDICT_CALL( tool_discard_superblock_info,
1181 VG_TDICT_CALL( tool_discard_superblock_info,
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1626 if ( VG_TDICT_CALL(tool_handle_client_request, tid, arg, &ret) )
1748 vg_assert(VG_TDICT_CALL(tool_cheap_sanity_check));
1768 vg_assert(VG_TDICT_CALL(tool_expensive_sanity_check));
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c1437 VG_TDICT_CALL(tool_pre_syscall, tid, sysno,
1726 VG_TDICT_CALL(tool_post_syscall, tid,

Completed in 102 milliseconds