Lines Matching full:export_symbols
1148 export_symbols=
1276 export_symbols="$arg"
1520 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
3150 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
4004 if test -z "$export_symbols"; then
4007 export_symbols="$output_objdir/$libname.exp"
4008 $run $rm $export_symbols
4030 $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\""
4031 $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
4032 $show "$mv \"${export_symbols}T\" \"$export_symbols\""
4033 $run eval '$mv "${export_symbols}T" "$export_symbols"'
4038 if test -n "$export_symbols
4039 $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"'
4078 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
4086 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
4160 export_symbols="$output_objdir/$libname.exp"
4161 $run $rm $export_symbols
4199 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
4205 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
4623 if test -z "$export_symbols"; then
4624 export_symbols="$output_objdir/$outputname.exp"
4625 $run $rm $export_symbols
4626 $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
4630 $run eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
4634 $run eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'