Home
last modified time | relevance | path

Searched refs:set_soname (Results 1 – 6 of 6) sorted by relevance

/external/libabigail/include/
Dabg-corpus.h152 set_soname(const string&);
/external/ComputeLibrary/
DSConstruct107 …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")
/external/libabigail/src/
Dabg-corpus.cc965 corpus::set_soname(const string& soname) in set_soname() function in abigail::ir::corpus
Dabg-reader.cc2064 corp.set_soname(soname); in read_corpus_from_input()
2114 corp.set_soname(reinterpret_cast<char*>(soname_str.get())); in read_corpus_from_input()
Dabg-dwarf-reader.cc14466 ctxt.current_corpus()->set_soname(ctxt.dt_soname()); in read_debug_info_into_corpus()
/external/libabigail/
DChangeLog28827 get_soname, set_soname}): Declare new accessors.
28830 (corpus::{get_needed, set_needed, get_soname, set_soname}): Define