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 290 return VG_TDICT_CALL(tool_eq_Error, res, e1, e2);
352 name = VG_TDICT_CALL(tool_get_error_name, err);
373 anyXtra = VG_TDICT_CALL(tool_get_extra_suppression_info,
601 VG_TDICT_CALL( tool_before_pp_Error, err );
609 VG_TDICT_CALL( tool_pp_Error, err );
620 VG_TDICT_CALL( tool_before_pp_Error, err );
628 VG_TDICT_CALL( tool_pp_Error, err );
817 extra_size = VG_TDICT_CALL(tool_update_extra, p);
878 (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 266 VG_TDICT_CALL(tool_print_usage);
277 VG_TDICT_CALL(tool_print_debug_usage);
    [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_gdbserver/
server.c 376 VG_TDICT_CALL(tool_handle_client_request, VG_(running_tid), arg,
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c     [all...]

Completed in 68 milliseconds