Lines Matching refs:other
504 proc build_binary { shared pic test source libname other mapfile verexp versymexp symexp ldargs } {
529 if ![string match "" $other] then {
530 foreach o $other {
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…
593 proc test_ldfail { test flag source execname other mapfile whyfail } {
606 if [string match "" $other] then {