Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/
H A Dltmain.sh4690 if test -n "$export_symbols_regex"; then
6588 export_symbols_regex=
6729 export_symbols_regex=$arg
6974 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
8768 test -n "$export_symbols$export_symbols_regex" && \
9692 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
9711 if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then
9767 if test -n "$export_symbols_regex" && test : != "$skipped_export"; then
9768 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
10016 if test -n "$export_symbols_regex" && ${skipped_export-false}; then
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0009-Use-libtool-2.4.patch18085 if test -n "$export_symbols_regex"; then
18087 - $EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T
18089 + eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'