Lines Matching refs:versymexp
504 proc build_binary { shared pic test source libname other mapfile verexp versymexp symexp ldargs } {
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 } {
580 …build_binary $shared $PLT_CFLAGS $test $source $libname $other $mapfile $verexp $versymexp $symexp…
583 proc build_vers_lib_pic { test source libname other mapfile verexp versymexp symexp } {
586 build_binary $shared $picflag $test $source $libname $other $mapfile $verexp $versymexp $symexp ""
589 proc build_vers_lib_pic_flags { test source libname other mapfile verexp versymexp symexp ldargs } {
592 …build_binary $shared $picflag $test $source $libname $other $mapfile $verexp $versymexp $symexp $l…
663 proc test_strip_vers_lib { test srclib libname verexp versymexp } { argument
700 proc build_exec { test source execname flags solibname verexp versymexp symexp } {
750 if [string match "" $versymexp] then {