• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/

Lines Matching refs:export_symbols

1111     export_symbols=
1229 export_symbols="$arg"
1473 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
3083 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
3932 if test -z "$export_symbols"; then
3935 export_symbols="$output_objdir/$libname.exp"
3936 $run $rm $export_symbols
3958 $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\""
3959 $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
3960 $show "$mv \"${export_symbols}T\" \"$export_symbols\""
3961 $run eval '$mv "${export_symbols}T" "$export_symbols"'
3966 if test -n "$export_symbols" && test -n "$include_expsyms"; then
3967 $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"'
4006 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
4014 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
4088 export_symbols="$output_objdir/$libname.exp"
4089 $run $rm $export_symbols
4127 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
4133 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
4548 if test -z "$export_symbols"; then
4549 export_symbols="$output_objdir/$outputname.exp"
4550 $run $rm $export_symbols
4551 $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
4555 $run eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
4559 $run eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'