Home
last modified time | relevance | path

Searched refs:otag (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/memcheck/
Dmc_main.c1599 void MC_(make_mem_undefined_w_otag) ( Addr a, SizeT len, UInt otag ) in MC_()
1605 ocache_sarp_Set_Origins ( a, len, otag ); in MC_()
2366 static INLINE void set_aligned_word64_Origin_to_undef ( Addr a, UInt otag ) in set_aligned_word64_Origin_to_undef() argument
2379 line->w32[lineoff+0] = otag; in set_aligned_word64_Origin_to_undef()
2380 line->w32[lineoff+1] = otag; in set_aligned_word64_Origin_to_undef()
2420 void make_aligned_word32_undefined_w_otag ( Addr a, UInt otag ) in make_aligned_word32_undefined_w_otag() argument
2432 line->w32[lineoff] = otag; in make_aligned_word32_undefined_w_otag()
2504 void make_aligned_word64_undefined_w_otag ( Addr a, UInt otag ) in make_aligned_word64_undefined_w_otag() argument
2516 line->w32[lineoff+0] = otag; in make_aligned_word64_undefined_w_otag()
2517 line->w32[lineoff+1] = otag; in make_aligned_word64_undefined_w_otag()
[all …]
Dmc_errors.c169 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
572 extra->Err.Value.otag & 3 ); in MC_()
581 extra->Err.Value.otag & 3 ); in MC_()
594 extra->Err.Cond.otag & 3 ); in MC_()
603 extra->Err.Cond.otag & 3 ); in MC_()
617 extra->Err.RegParam.otag & 3 ); in MC_()
[all …]
Dmc_include.h123 void MC_(make_mem_undefined_w_otag)( Addr a, SizeT len, UInt otag );
390 void MC_(record_cond_error) ( ThreadId tid, UInt otag );
391 void MC_(record_value_error) ( ThreadId tid, Int szB, UInt otag );
401 void MC_(record_regparam_error) ( ThreadId tid, Char* msg, UInt otag );
403 Bool isAddrErr, Char* msg, UInt otag );
405 Bool isAddrErr, UInt otag );
/external/openssl/crypto/asn1/
Dtasn_dec.c76 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/
Dpub_core_stacks.h45 void VG_(unknown_SP_update) ( Addr old_SP, Addr new_SP, UInt otag );