Home | History | Annotate | Download | only in config

Lines Matching refs:export_symbols_regex

1141     export_symbols_regex=
1267 export_symbols_regex="$arg"
1502 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
3136 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
3986 if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
4010 if test -n "$export_symbols_regex"; then
4011 $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\""
4012 $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
4595 if test -n "$export_symbols_regex"; then
4596 $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'