Lines Matching refs:export_symbols

1111     export_symbols=
1229 export_symbols="$arg"
1473 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
3086 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
3940 if test -z "$export_symbols"; then
3943 export_symbols="$output_objdir/$libname.exp"
3944 $run $rm $export_symbols
3966 $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\""
3967 $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
3968 $show "$mv \"${export_symbols}T\" \"$export_symbols\""
3969 $run eval '$mv "${export_symbols}T" "$export_symbols"'
3974 if test -n "$export_symbols" && test -n "$include_expsyms"; then
3975 $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"'
4014 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
4022 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
4096 export_symbols="$output_objdir/$libname.exp"
4097 $run $rm $export_symbols
4135 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
4141 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
4556 if test -z "$export_symbols"; then
4557 export_symbols="$output_objdir/$outputname.exp"
4558 $run $rm $export_symbols
4559 $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
4563 $run eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
4567 $run eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'