/external/valgrind/main/memcheck/ |
mc_main.c | 2556 UInt otag = ecu | MC_OKIND_STACK; local 2592 UInt otag = ecu | MC_OKIND_STACK; local 2637 UInt otag = ecu | MC_OKIND_STACK; local 2697 UInt otag = ecu | MC_OKIND_STACK; local 2756 UInt otag = ecu | MC_OKIND_STACK; local 2828 UInt otag = ecu | MC_OKIND_STACK; local 2903 UInt otag = ecu | MC_OKIND_STACK; local 2984 UInt otag = ecu | MC_OKIND_STACK; local 3071 UInt otag = ecu | MC_OKIND_STACK; local 3163 UInt otag = ecu | MC_OKIND_STACK; local 3291 UInt otag; local 3674 UInt otag = 0; local 3709 UInt otag = 0; local 3843 UInt otag; local 3891 UInt otag; local 5016 UInt otag = 0; local [all...] |
mc_errors.c | 169 UInt otag; // origin tag member in struct:_MC_Error::__anon12619::__anon12620 176 UInt otag; // origin tag member in struct:_MC_Error::__anon12619::__anon12621 202 UInt otag; // origin tag member in struct:_MC_Error::__anon12619::__anon12625 211 UInt otag; // origin tag member in struct:_MC_Error::__anon12619::__anon12626 220 UInt otag; // origin tag member in struct:_MC_Error::__anon12619::__anon12627 469 extra->Err.Value.otag & 3 ); 471 /* Could also show extra->Err.Cond.otag if debugging origin 478 extra->Err.Value.otag & 3 ); 491 extra->Err.Cond.otag & 3 ); 493 /* Could also show extra->Err.Cond.otag if debugging origi [all...] |
mc_include.h | 113 void MC_(make_mem_undefined_w_otag)( Addr a, SizeT len, UInt otag ); 144 directly as an origin tag (otag), but in fact we want to put 162 * to convert from an ECU to an otag, OR in one of the MC_OKIND_ 165 * to convert an otag back to an ECU, AND it with ~3 331 void MC_(record_cond_error) ( ThreadId tid, UInt otag ); 332 void MC_(record_value_error) ( ThreadId tid, Int szB, UInt otag ); 342 void MC_(record_regparam_error) ( ThreadId tid, Char* msg, UInt otag ); 344 Bool isAddrErr, Char* msg, UInt otag ); 346 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;
|