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

/bind-9.11.3/
H A Dltmain.sh6801 # figure out the soname
6809 soname="$dlname"
6819 eval soname=\"$soname_spec\"
6821 soname="$realname"
6825 soroot="$soname"
6827 soname="$func_basename_result"
6828 func_stripname 'lib' '.dll' "$soname"
6832 if test -f "$output_objdir/$soname-def"; then :
6834 func_verbose "extracting exported symbol list from \`$soname'"
6840 func_verbose "generating import library for \`$soname'"
[all...]
H A Dconfigure8577 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8593 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8611 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8615 cp $export_symbols $output_objdir/$soname.def;
8617 echo EXPORTS > $output_objdir/$soname.def;
8618 cat $export_symbols >> $output_objdir/$soname.def;
8620 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname
[all...]
/bind-9.11.3/unit/atf-src/admin/
H A Dltmain.sh8195 # figure out the soname
8203 soname=$dlname
8213 eval soname=\"$soname_spec\"
8215 soname=$realname
8219 soroot=$soname
8221 soname=$func_basename_result
8222 func_stripname 'lib' '.dll' "$soname"
8226 if test -f "$output_objdir/$soname-def"; then :
8228 func_verbose "extracting exported symbol list from '$soname'"
8234 func_verbose "generating import library for '$soname'"
[all...]
/bind-9.11.3/unit/atf-src/
H A Dconfigure1472 --with-aix-soname=aix|svr4|both
8271 # Check whether --with-aix-soname was given.
8277 as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
9440 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9456 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9474 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9478 cp $export_symbols $output_objdir/$soname.def;
9480 echo EXPORTS > $output_objdir/$soname
[all...]

Completed in 1883 milliseconds