Home
last modified time | relevance | path

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

/hardware/intel/img/libdrm/
Dltmain.sh2348 if test -n "$export_symbols_regex"; then
4080 export_symbols_regex=
4215 export_symbols_regex="$arg"
4444 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
6986 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
7005 if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
7029 if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then
7030 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
7270 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'