Searched defs:soname (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c58 ulong_t strtab, soname, interp_base = 0; local
187 soname = ld_dyn->d_un.d_val;
191 _rt_name = (char *)strtab + soname;
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c63 ulong_t strtab, soname, interp_base = 0; local
189 soname = ld_dyn->d_un.d_val;
193 _rt_name = (char *)strtab + soname;
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A D_setup.c66 ulong_t strtab, soname, interp_base = 0; local
200 soname = ld_dyn->d_un.d_val;
204 _rt_name = (char *)strtab + soname;
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c63 ulong_t strtab, soname, interp_base = 0; local
189 soname = ld_dyn->d_un.d_val;
193 _rt_name = (char *)strtab + soname;
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmaps.c64 str_to_map(struct ps_prochandle *ph, const char *soname) argument
68 if (soname == PS_OBJ_LDSO)
70 else if (soname == PS_OBJ_EXEC)
74 if (strcmp(soname, mip->mi_name) == 0)
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c2121 const char *soname, *needed; local
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, argument
3299 * If no soname is specified (eg. this file was
3305 if (soname == NULL)
3308 ifl->ifl_soname = soname;
[all...]

Completed in 67 milliseconds