Lines Matching refs:soname
2121 const char *soname, *needed;
2151 if ((soname = str + (size_t)dyn->d_un.d_val) == NULL)
2157 ifl->ifl_soname = soname;
3031 * in this case the `soname' field contains the basename of the located
3039 * in this case the `soname' field contains either a full pathname (if the
3046 * soname - SONAME for needed sharable library, as described above
3064 ld_process_ifl(const char *name, const char *soname, int fd, Elf *elf,
3299 * If no soname is specified (eg. this file was
3305 if (soname == NULL)
3308 ifl->ifl_soname = soname;