Lines Matching defs:soname
216 /// designates the soname of the shared library that contains the ABI
228 /// designates the soname of the shared library that contains the ABI
2503 // Check if the name and soname of the binaries match the current
2512 // Check if the soname of the binaries match the current suppr spec
2815 // Check if the name and soname of the binaries match the current
2825 // Check if the soname of the binaries match the current
3711 // Check if the name and soname of the binaries match
3720 // Check if the soname of the binaries match the current suppr
3859 // Check if the name and soname of the binaries match the current
3869 // Check if the soname of the binaries match the current suppr spec
4400 /// @param soname the SONAME to consider.
4407 suppression_matches_soname(const string& soname,
4410 return suppr.priv_->matches_soname(soname);
4416 /// @param soname the SONAME to consider.
4422 /// @return true iff either @p soname or @p filename is matched by the
4425 suppression_matches_soname_or_filename(const string& soname,
4429 return (suppression_matches_soname(soname, suppr)