Searched refs:soname_ (Results 1 – 6 of 6) sorted by relevance
331 __libdl_info->soname_ = linker_si.soname_; in get_libdl_info()335 strlcpy(__libdl_info->old_name_, __libdl_info->soname_.c_str(), in get_libdl_info()
693 soname_ = soname; in set_soname()695 strlcpy(old_name_, soname_.c_str(), sizeof(old_name_)); in set_soname()697 soname_ = soname; in set_soname()704 return soname_.c_str(); in get_soname()709 return soname_.c_str(); in get_soname()
404 std::string soname_; member
3215 if (soname_.empty() && this != solist_get_somain() && !relocating_linker && in prelink_image()3217 soname_ = basename(realpath_.c_str()); in prelink_image()3220 soname_.c_str()); in prelink_image()
374 return soname_; in GetSoname()413 if (!memory_->ReadString(soname_offset, &soname_, soname_max - soname_offset)) { in GetSoname()417 return soname_; in GetSoname()
173 std::string soname_; variable