Searched refs:soname_ (Results 1 – 3 of 3) sorted by relevance
268 __libdl_info->soname_ = "libdl.so"; in get_libdl_info()271 strlcpy(__libdl_info->old_name_, __libdl_info->soname_, sizeof(__libdl_info->old_name_)); in get_libdl_info()
387 const char* soname_; member
2394 return soname_; in get_soname()2399 return soname_; in get_soname()2901 soname_ = get_string(d->d_un.d_val); in prelink_image()2903 strlcpy(old_name_, soname_, sizeof(old_name_)); in prelink_image()2915 if (soname_ == nullptr && this != somain && (flags_ & FLAG_LINKER) == 0 && in prelink_image()2917 soname_ = basename(realpath_.c_str()); in prelink_image()2919 get_realpath(), soname_); in prelink_image()