Searched refs:sopatt (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/ |
D | m_redir.c | 1200 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()
|
D | pub_core_debuginfo.h | 233 Bool VG_(lookup_symbol_SLOW)(const HChar* sopatt, const HChar* name,
|
/external/valgrind/coregrind/m_debuginfo/ |
D | debuginfo.c | 2119 Bool VG_(lookup_symbol_SLOW)(const HChar* sopatt, const HChar* name, in VG_() 2132 if (!VG_(string_match)(sopatt, si->soname)) { in VG_()
|