Searched refs:otag (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/memcheck/ |
D | mc_main.c | 1579 void MC_(make_mem_undefined_w_otag) ( Addr a, SizeT len, UInt otag ) in MC_() 1585 ocache_sarp_Set_Origins ( a, len, otag ); in MC_() 2346 static INLINE void set_aligned_word64_Origin_to_undef ( Addr a, UInt otag ) in set_aligned_word64_Origin_to_undef() argument 2359 line->w32[lineoff+0] = otag; in set_aligned_word64_Origin_to_undef() 2360 line->w32[lineoff+1] = otag; in set_aligned_word64_Origin_to_undef() 2400 void make_aligned_word32_undefined_w_otag ( Addr a, UInt otag ) in make_aligned_word32_undefined_w_otag() argument 2412 line->w32[lineoff] = otag; in make_aligned_word32_undefined_w_otag() 2484 void make_aligned_word64_undefined_w_otag ( Addr a, UInt otag ) in make_aligned_word64_undefined_w_otag() argument 2496 line->w32[lineoff+0] = otag; in make_aligned_word64_undefined_w_otag() 2497 line->w32[lineoff+1] = otag; in make_aligned_word64_undefined_w_otag() [all …]
|
D | mc_errors.c | 169 UInt otag; // origin tag member 176 UInt otag; // origin tag member 202 UInt otag; // origin tag member 211 UInt otag; // origin tag member 220 UInt otag; // origin tag member 469 extra->Err.Value.otag & 3 ); in MC_() 478 extra->Err.Value.otag & 3 ); in MC_() 491 extra->Err.Cond.otag & 3 ); in MC_() 500 extra->Err.Cond.otag & 3 ); in MC_() 514 extra->Err.RegParam.otag & 3 ); in MC_() [all …]
|
D | mc_include.h | 113 void MC_(make_mem_undefined_w_otag)( Addr a, SizeT len, UInt otag ); 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 );
|
/external/openssl/crypto/asn1/ |
D | tasn_dec.c | 76 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, 169 int otag; in ASN1_item_ex_d2i() local 205 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL, in ASN1_item_ex_d2i() 224 if (!(ASN1_tag2bit(otag) & it->utype)) in ASN1_item_ex_d2i() 234 it, otag, 0, 0, ctx); in ASN1_item_ex_d2i() 1259 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() argument 1342 if (otag) in asn1_check_tlen() 1343 *otag = ptag; in asn1_check_tlen()
|
/external/valgrind/main/coregrind/ |
D | pub_core_stacks.h | 45 void VG_(unknown_SP_update) ( Addr old_SP, Addr new_SP, UInt otag );
|