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

  /external/valgrind/main/include/
pub_tool_execontext.h 44 VgRes;
84 extern Bool VG_(eq_ExeContext) ( VgRes res, ExeContext* e1, ExeContext* e2 );
pub_tool_tooliface.h 287 Bool (*eq_Error)(VgRes res, Error* e1, Error* e2),
    [all...]
  /external/valgrind/main/exp-sgcheck/
pc_common.h 50 Bool pc_eq_Error ( VgRes res, Error* e1, Error* e2 );
pc_common.c 219 Bool pc_eq_Error ( VgRes res, Error* e1, Error* e2 )
  /external/valgrind/main/helgrind/
hg_errors.h 38 Bool HG_(eq_Error) ( VgRes not_used, Error* e1, Error* e2 );
hg_errors.c 638 Bool HG_(eq_Error) ( VgRes not_used, Error* e1, Error* e2 )
    [all...]
  /external/valgrind/main/coregrind/
pub_core_tooliface.h 121 Bool (*tool_eq_Error) (VgRes, Error*, Error*);
m_execontext.c 48 /* Depending on VgRes, the first 2, 4 or all IP values are used in
206 Bool VG_(eq_ExeContext) ( VgRes res, ExeContext* e1, ExeContext* e2 )
246 VG_(core_panic)("VG_(eq_ExeContext): unrecognised VgRes");
m_tooliface.c 230 Bool (*eq) (VgRes, Error*, Error*),
m_errormgr.c 291 static Bool eq_Error ( VgRes res, Error* e1, Error* e2 )
675 VgRes exe_res = Vg_MedRes;
    [all...]
  /external/valgrind/main/memcheck/
mc_include.h 397 Bool MC_(eq_Error) ( VgRes res, Error* e1, Error* e2 );
495 extern VgRes MC_(clo_leak_resolution);
mc_errors.c 864 Bool MC_(eq_Error) ( VgRes res, Error* e1, Error* e2 )
    [all...]
mc_main.c     [all...]
  /external/valgrind/main/drd/
drd_error.c 259 static Bool drd_compare_error_contexts(VgRes res, Error* e1, Error* e2)

Completed in 381 milliseconds