Home | History | Annotate | Download | only in build-aux

Lines Matching refs:export_symbols_regex

3312 	  if test -n "$export_symbols_regex"; then
3314 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
5142 export_symbols_regex=
5282 export_symbols_regex="$arg"
5516 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
7235 test -n "$export_symbols$export_symbols_regex" && \
8144 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
8163 if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
8219 if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then
8220 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
8468 if test -n "$export_symbols_regex" && ${skipped_export-false}; then
8469 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'