Home
last modified time | relevance | path

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

/third_party/libabigail/src/
Dabg-suppression.cc221 suppression_base::set_soname_regex_str(const string& regexp) in set_soname_regex_str() function in abigail::suppr::suppression_base
1935 result->set_soname_regex_str(soname_regex_str); in read_type_suppression()
3310 result->set_soname_regex_str(soname_regex_str); in read_function_suppression()
4163 result->set_soname_regex_str(soname_regex_str); in read_variable_suppression()
4349 result->set_soname_regex_str(soname_regex_str); in read_file_suppression()
/third_party/libabigail/include/
Dabg-suppression.h92 set_soname_regex_str(const string& regexp);
/third_party/libabigail/
DChangeLog29275 (set_soname_regex_str): Declare new accessors.
29287 (set_soname_regex_str): Define new accessors.