Searched defs:sopatt (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/coregrind/
H A Dm_redir.c131 sopatt = spec.soname pattern
134 for so matching sopatt in SyminfoState {
579 have a matching lib synonym, then replace the sopatt.
614 // If we have not replaced the sopatt, then skip the redir.
1200 static void add_hardwired_spec (const HChar* sopatt, const HChar* fnpatt, argument
1219 spec->from_sopatt = CONST_CAST(HChar *,sopatt);
1676 // clone the spec, so we can stick a zero at the end of the sopatt
1679 HChar* sopatt = &spec[1]; local
1680 HChar* fnpatt = VG_(strchr)(sopatt, sep);
1686 if (VG_(string_match)(sopatt, di_sonam
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c2119 Bool VG_(lookup_symbol_SLOW)(const HChar* sopatt, const HChar* name, argument
2132 if (!VG_(string_match)(sopatt, si->soname)) {

Completed in 106 milliseconds