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

  /external/valgrind/main/coregrind/
m_errormgr.c 288 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);
    [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 256 VG_TDICT_CALL(tool_print_usage);
267 VG_TDICT_CALL(tool_print_debug_usage);
707 || ! VG_TDICT_CALL(tool_process_cmd_line_option, arg) ) {
    [all...]
m_transtab.c 823 VG_TDICT_CALL( tool_discard_superblock_info,
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c     [all...]

Completed in 130 milliseconds