Searched refs:soname_ (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Ddynobj.h50 { return this->soname_.c_str(); }
117 { this->soname_.assign(s); }
160 std::string soname_; member in class:gold::Dynobj
H A Ddynobj.cc39 // Sets up the default soname_ to use, in the (rare) cases we never
53 this->soname_ = name;
56 this->soname_ = input_file->found_name();
66 this->soname_ = this->name().substr(open_paren,

Completed in 44 milliseconds