HomeSort by relevance Sort by last modified time
    Searched refs:sr_isError (Results 26 - 45 of 45) sorted by null

12

  /external/valgrind/callgrind/
dump.c     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-arm64-linux.c 302 if (sr_isError(res)) {
    [all...]
syswrap-ppc64-linux.c 498 if (sr_isError(res)) {
    [all...]
syswrap-tilegx-linux.c 382 if (sr_isError(res))
403 if (sr_isError (res)) {
    [all...]
syswrap-x86-linux.c 296 if (sr_isError(res))
315 if (sr_isError(res)) {
    [all...]
syswrap-amd64-linux.c 294 if (sr_isError(res)) {
    [all...]
syswrap-arm-linux.c 238 if (sr_isError(res)) {
    [all...]
syswrap-ppc32-linux.c 346 if (sr_isError(res)) {
    [all...]
syswrap-s390x-linux.c 292 if (sr_isError(res)) {
    [all...]
syswrap-linux.c 471 if (!sr_isError(res) && sr_Res(res) == 0) {
490 if (!sr_isError(res) && sr_Res(res) > 0) {
    [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/coregrind/
m_transtab.c     [all...]
m_redir.c 467 if (!sr_isError(in_vglib_res)
468 && !sr_isError(newdi_res)
    [all...]
m_main.c     [all...]
m_machine.c 628 if ( sr_isError(fd) ) return VEX_S390X_MODEL_UNKNOWN;
717 if ( sr_isError(fd) ) return -1;
    [all...]
m_errormgr.c     [all...]
  /external/valgrind/coregrind/m_debuginfo/
image.c 484 vg_assert(!sr_isError(sr));
616 if (sr_isError(fd))
    [all...]
readmacho.c 498 return sr_isError(res) ? False : True;
    [all...]
readpdb.c     [all...]
  /external/valgrind/memcheck/
mc_main.c     [all...]

Completed in 593 milliseconds

12