Home
last modified time | relevance | path

Searched refs:versymexp (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfvers/
Dvers.exp504 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
[all …]