Home
last modified time | relevance | path

Searched refs:sopatt (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/
Dm_redir.c1200 static void add_hardwired_spec (const HChar* sopatt, const HChar* fnpatt, in add_hardwired_spec() argument
1219 spec->from_sopatt = CONST_CAST(HChar *,sopatt); in add_hardwired_spec()
1679 HChar* sopatt = &spec[1]; in handle_require_text_symbols() local
1680 HChar* fnpatt = VG_(strchr)(sopatt, sep); in handle_require_text_symbols()
1686 if (VG_(string_match)(sopatt, di_soname)) { in handle_require_text_symbols()
Dpub_core_debuginfo.h233 Bool VG_(lookup_symbol_SLOW)(const HChar* sopatt, const HChar* name,
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c2119 Bool VG_(lookup_symbol_SLOW)(const HChar* sopatt, const HChar* name, in VG_()
2132 if (!VG_(string_match)(sopatt, si->soname)) { in VG_()