Lines Matching refs:libname
504 proc build_binary { shared pic test source libname other mapfile verexp versymexp symexp ldargs } {
523 if ![ld_assemble $as "$as_options $tmpdir/$libname.s" $tmpdir/$libname.o ] {
541 …if {![ld_simple_link $ld $tmpdir/$libname.so "$shared $tmpdir/$libname.o $other_lib $script_arg $l…
572 proc build_executable { test source libname other mapfile verexp versymexp symexp } {
573 build_binary "" "" $test $source $libname $other $mapfile $verexp $versymexp $symexp ""
576 proc build_vers_lib_no_pic { test source libname other mapfile verexp versymexp symexp } {
578 build_binary $shared "" $test $source $libname $other $mapfile $verexp $versymexp $symexp ""
581 proc build_vers_lib_pic { test source libname other mapfile verexp versymexp symexp } {
584 build_binary $shared $picflag $test $source $libname $other $mapfile $verexp $versymexp $symexp ""
587 proc build_vers_lib_pic_flags { test source libname other mapfile verexp versymexp symexp ldargs } {
590 …build_binary $shared $picflag $test $source $libname $other $mapfile $verexp $versymexp $symexp $l…
661 proc test_strip_vers_lib { test srclib libname verexp versymexp } {
670 verbose -log "cp $tmpdir/$srclib $tmpdir/$libname.so"
673 verbose -log "$strip $tmpdir/$libname.so"
674 catch "exec $strip $tmpdir/$libname.so" exec_output