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

/external/valgrind/main/coregrind/
H A Dm_redir.c131 sopatt = spec.soname pattern
134 for so matching sopatt in SyminfoState {
535 have a matching lib synonym, then replace the sopatt.
567 // If we have not replaced the sopatt, then skip the redir.
1132 static void add_hardwired_spec (const HChar* sopatt, const HChar* fnpatt, argument
1149 spec->from_sopatt = (HChar *)sopatt;
1528 // clone the spec, so we can stick a zero at the end of the sopatt
1531 HChar* sopatt = &spec[1]; local
1532 HChar* fnpatt = VG_(strchr)(sopatt, sep);
1538 if (VG_(string_match)(sopatt, di_sonam
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c1772 Bool VG_(lookup_symbol_SLOW)(const HChar* sopatt, HChar* name, argument
1785 if (!VG_(string_match)(sopatt, si->soname)) {

Completed in 198 milliseconds