Lines Matching refs:export_symbols

1187     export_symbols=
1314 export_symbols="$arg"
1565 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
3208 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
4065 if test -z "$export_symbols"; then
4068 export_symbols="$output_objdir/$libname.exp"
4069 $run $rm $export_symbols
4091 $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\""
4092 $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
4093 $show "$mv \"${export_symbols}T\" \"$export_symbols\""
4094 $run eval '$mv "${export_symbols}T" "$export_symbols"'
4099 if test -n "$export_symbols" && test -n "$include_expsyms"; then
4100 $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"'
4139 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
4147 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
4221 export_symbols="$output_objdir/$libname.exp"
4222 $run $rm $export_symbols
4260 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
4266 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
4683 if test -z "$export_symbols"; then
4684 export_symbols="$output_objdir/$outputname.exp"
4685 $run $rm $export_symbols
4686 $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
4690 $run eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
4694 $run eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'