HomeSort by relevance Sort by last modified time
    Searched full:otag (Results 1 - 8 of 8) sorted by null

  /external/valgrind/main/memcheck/
mc_main.c 2512 UInt otag = ecu | MC_OKIND_STACK; local
2548 UInt otag = ecu | MC_OKIND_STACK; local
2593 UInt otag = ecu | MC_OKIND_STACK; local
2653 UInt otag = ecu | MC_OKIND_STACK; local
2712 UInt otag = ecu | MC_OKIND_STACK; local
2784 UInt otag = ecu | MC_OKIND_STACK; local
2859 UInt otag = ecu | MC_OKIND_STACK; local
2940 UInt otag = ecu | MC_OKIND_STACK; local
3027 UInt otag = ecu | MC_OKIND_STACK; local
3119 UInt otag = ecu | MC_OKIND_STACK; local
3247 UInt otag; local
3689 UInt otag = 0; local
3724 UInt otag = 0; local
3858 UInt otag; local
3906 UInt otag; local
5164 UInt otag; local
    [all...]
mc_errors.c 170 UInt otag; // origin tag member in struct:_MC_Error::__anon14260::__anon14261
177 UInt otag; // origin tag member in struct:_MC_Error::__anon14260::__anon14262
203 UInt otag; // origin tag member in struct:_MC_Error::__anon14260::__anon14266
212 UInt otag; // origin tag member in struct:_MC_Error::__anon14260::__anon14267
221 UInt otag; // origin tag member in struct:_MC_Error::__anon14260::__anon14268
484 extra->Err.Value.otag & 3 );
486 /* Could also show extra->Err.Cond.otag if debugging origin
493 extra->Err.Value.otag & 3 );
506 extra->Err.Cond.otag & 3 );
508 /* Could also show extra->Err.Cond.otag if debugging origi
    [all...]
mc_include.h 116 void MC_(make_mem_undefined_w_otag)( Addr a, SizeT len, UInt otag );
150 directly as an origin tag (otag), but in fact we want to put
168 * to convert from an ECU to an otag, OR in one of the MC_OKIND_
171 * to convert an otag back to an ECU, AND it with ~3
369 void MC_(record_cond_error) ( ThreadId tid, UInt otag );
370 void MC_(record_value_error) ( ThreadId tid, Int szB, UInt otag );
380 void MC_(record_regparam_error) ( ThreadId tid, Char* msg, UInt otag );
382 Bool isAddrErr, Char* msg, UInt otag );
384 Bool isAddrErr, UInt otag );
mc_translate.c     [all...]
  /external/valgrind/main/memcheck/tests/
origin6-fp.c 8 This also tests the secondary otag cache (ocacheL2), since the
10 that quite a lot of non-zero-otag lines are pushed into ocacheL2.
  /external/valgrind/main/coregrind/
pub_core_stacks.h 45 void VG_(unknown_SP_update) ( Addr old_SP, Addr new_SP, UInt otag );
m_tooliface.c 160 /* Check that in no cases are both with- and without-otag versions of the
  /external/openssl/crypto/asn1/
tasn_dec.c 76 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
169 int otag; local
205 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL,
224 if (!(ASN1_tag2bit(otag) & it->utype))
234 it, otag, 0, 0, ctx);
1259 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
1342 if (otag)
1343 *otag = ptag;

Completed in 250 milliseconds