Lines Matching full:export
109 save_LC_ALL="$LC_ALL"; LC_ALL=C; export LC_ALL
112 save_LANG="$LANG"; LANG=C; export LANG
1467 -export-dynamic)
1472 -export-symbols | -export-symbols-regex)
1477 if test "X$arg" = "X-export-symbols"; then
2612 # If the library has no export list, then create one now
3084 $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2
3894 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
3902 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
3949 $show "using reloadable object file for export list..."
4091 # Append the command to create the export file.
4184 # If -module or -export-dynamic was specified, set the dlname.
4840 relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command"
4842 relink_command="$var=; export $var; $relink_command"
4845 relink_command="$var=\"$var_value\"; export $var; $relink_command"
5357 # Export our shlibpath_var if we have one.
5367 export $shlibpath_var
5574 relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command"
5576 relink_command="$var=; export $var; $relink_command"
5579 relink_command="$var=\"$var_value\"; export $var; $relink_command"
6341 test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
6411 # Export the shlibpath_var.
6412 eval "export $shlibpath_var"
6417 LC_ALL="$save_LC_ALL"; export LC_ALL
6420 LANG="$save_LANG"; export LANG
6429 $echo "export $shlibpath_var"
6776 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
6777 -export-symbols SYMFILE
6778 try to export only the symbols listed in SYMFILE
6779 -export-symbols-regex REGEX
6780 try to export only the symbols matching REGEX