Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/
Dvers.exp504 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…
[all …]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfweak/
Delfweak.exp304 proc build_exec { test execname objs flags dat dynsymexp symexp} { argument
329 if {![string match "" $symexp]} then {
/toolchain/binutils/binutils-2.25/gas/
Dread.c3291 expressionS *symexp; in s_space() local
3293 symexp = symbol_get_value_expression (line_label); in s_space()
3294 know (symexp->X_op == O_symbol); in s_space()
3295 know (symexp->X_add_symbol == mri_common_symbol); in s_space()
3296 symexp->X_add_number += 1; in s_space()