Lines Matching refs:symexp
504 proc build_binary { shared pic test source libname other mapfile verexp versymexp symexp ldargs } {
556 if [string match "" $symexp] then {
572 proc build_executable { test source libname other mapfile verexp versymexp symexp } { argument
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 } { argument
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 } { argument
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…
698 proc build_exec { test source execname flags solibname verexp versymexp symexp } { argument
760 if [string match "" $symexp] then {