Home
last modified time | relevance | path

Searched refs:becTag (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/
Dm_redir.c236 Int becTag; /* 0 through 9999. Behavioural equivalance class tag. member
286 Int becTag; /* behavioural eclass tag for ::to_addr */ member
392 Int i, nsyms, becTag, becPrio; in VG_() local
531 &isWrap, &becTag, &becPrio ); in VG_()
624 spec->becTag = becTag; in VG_()
836 act.becTag = sp->becTag; in generate_and_add_actives()
956 vg_assert(old->becTag >= 0 && old->becTag <= 9999); in maybe_add_active()
958 vg_assert(act.becTag >= 0 && act.becTag <= 9999); in maybe_add_active()
960 if (old->becTag == 0) in maybe_add_active()
962 if (act.becTag == 0) in maybe_add_active()
[all …]
/external/valgrind/shared/
Dvg_replace_strmem.c935 #define MEMMOVE_OR_MEMCPY(becTag, soname, fnname, do_ol_check) \ argument
936 void* VG_REPLACE_FUNCTION_EZZ(becTag,soname,fnname) \
938 void* VG_REPLACE_FUNCTION_EZZ(becTag,soname,fnname) \