Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/
H A Dltmain.sh4643 if test -n "$export_symbols_regex"; then
6540 export_symbols_regex=
6681 export_symbols_regex=$arg
6926 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
8712 test -n "$export_symbols$export_symbols_regex" && \
9639 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
9658 if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then
9714 if test -n "$export_symbols_regex" && test : != "$skipped_export"; then
9715 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
9963 if test -n "$export_symbols_regex" && ${skipped_export-false}; then
[all …]