Searched refs:symexp (Results 1 – 3 of 3) sorted by relevance
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 } { argument573 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 } { argument578 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 } { argument584 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 …]
304 proc build_exec { test execname objs flags dat dynsymexp symexp} { argument329 if {![string match "" $symexp]} then {
3291 expressionS *symexp; in s_space() local3293 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()