Searched refs:set_soname (Results 1 – 6 of 6) sorted by relevance
152 set_soname(const string&);
107 …BoolVariable("set_soname", "If enabled the library will contain a SONAME and SHLIBVERSION and some…199 if env['set_soname'] and not version_at_least(SCons.__version__, "2.4"):201 print("Update your version of SCons or use set_soname=0")
965 corpus::set_soname(const string& soname) in set_soname() function in abigail::ir::corpus
2064 corp.set_soname(soname); in read_corpus_from_input()2114 corp.set_soname(reinterpret_cast<char*>(soname_str.get())); in read_corpus_from_input()
14466 ctxt.current_corpus()->set_soname(ctxt.dt_soname()); in read_debug_info_into_corpus()
28827 get_soname, set_soname}): Declare new accessors.28830 (corpus::{get_needed, set_needed, get_soname, set_soname}): Define