Searched refs:soname (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dinterface_check.pl162 # soname if the object has one, and the object basename otherwise.
165 # soname, so we direct stderr to /dev/null.
166 my $soname =
168 if ($soname eq '') {
169 $soname = $File;
171 chomp $soname;
194 my @Cat = onbld_elfmod_vertype::Category($Ver, $soname);
290 my @Cat = onbld_elfmod_vertype::Category($Line, $soname);
/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/abi/appcert/scripts/
H A Dsymprof.pl783 my ($soname, $base, $full);
797 ($soname, $full) = split(/\s+=>\s+/, $_);
802 if ($soname !~ /not found|\)/) {
803 $base = basename($soname);
/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 1005 milliseconds