Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_debuginfo.h230 Bool VG_(lookup_symbol_SLOW)(const HChar* sopatt, const HChar* name,
Dm_redir.c1254 static void add_hardwired_spec (const HChar* sopatt, const HChar* fnpatt, in add_hardwired_spec() argument
1273 spec->from_sopatt = CONST_CAST(HChar *,sopatt); in add_hardwired_spec()
1750 HChar* sopatt = &spec[1]; in handle_require_text_symbols() local
1751 HChar* fnpatt = VG_(strchr)(sopatt, sep); in handle_require_text_symbols()
1757 if (VG_(string_match)(sopatt, di_soname)) { in handle_require_text_symbols()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c2162 Bool VG_(lookup_symbol_SLOW)(const HChar* sopatt, const HChar* name, in VG_()
2175 if (!VG_(string_match)(sopatt, si->soname)) { in VG_()