Lines Matching full:mapfile
504 proc build_binary { shared pic test source libname other mapfile verexp versymexp symexp ldargs } {
535 if [string match "" $mapfile] then {
538 set script_arg "$script $srcdir/$subdir/$mapfile"
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 $ldargs
593 proc test_ldfail { test flag source execname other mapfile whyfail } {
624 if [string match "" $mapfile] then {
627 set script_arg "-Wl,$script $srcdir/$subdir/$mapfile"