Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/
Dmc_main.c1535 void MC_(make_mem_undefined_w_otag) ( Addr a, SizeT len, UInt otag ) in MC_()
1541 ocache_sarp_Set_Origins ( a, len, otag ); in MC_()
2302 static INLINE void set_aligned_word64_Origin_to_undef ( Addr a, UInt otag ) in set_aligned_word64_Origin_to_undef() argument
2315 line->w32[lineoff+0] = otag; in set_aligned_word64_Origin_to_undef()
2316 line->w32[lineoff+1] = otag; in set_aligned_word64_Origin_to_undef()
2356 void make_aligned_word32_undefined_w_otag ( Addr a, UInt otag ) in make_aligned_word32_undefined_w_otag() argument
2368 line->w32[lineoff] = otag; in make_aligned_word32_undefined_w_otag()
2440 void make_aligned_word64_undefined_w_otag ( Addr a, UInt otag ) in make_aligned_word64_undefined_w_otag() argument
2452 line->w32[lineoff+0] = otag; in make_aligned_word64_undefined_w_otag()
2453 line->w32[lineoff+1] = otag; in make_aligned_word64_undefined_w_otag()
[all …]
Dmc_errors.c170 UInt otag; // origin tag member
177 UInt otag; // origin tag member
203 UInt otag; // origin tag member
212 UInt otag; // origin tag member
221 UInt otag; // origin tag member
484 extra->Err.Value.otag & 3 ); in MC_()
493 extra->Err.Value.otag & 3 ); in MC_()
506 extra->Err.Cond.otag & 3 ); in MC_()
515 extra->Err.Cond.otag & 3 ); in MC_()
529 extra->Err.RegParam.otag & 3 ); in MC_()
[all …]
Dmc_include.h116 void MC_(make_mem_undefined_w_otag)( Addr a, SizeT len, UInt otag );
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 );
/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 );