Home
last modified time | relevance | path

Searched refs:export_symbols_regex (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/
Dltmain.sh2584 if test -n "$export_symbols_regex"; then
2586 $EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T
4281 export_symbols_regex=
4421 export_symbols_regex="$arg"
4655 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
6307 test -n "$export_symbols$export_symbols_regex" && \
7198 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
7217 if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
7241 if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then
7485 if test -n "$export_symbols_regex" && ${skipped_export-false}; then