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

Lines Matching refs:dlpreopen

1561   -dlopen FILE      \`-dlpreopen' FILE if it cannot be dlopened at runtime
1562 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
2288 # a dlpreopen symbol table.
4434 -dlpreopen)
4887 # The library was specified with -dlpreopen.
4993 passes="conv dlpreopen link"
5009 passes="conv scan dlopen dlpreopen link"
5036 dlpreopen) libs="$dlprefiles" ;;
5040 if test "$linkmode,$pass" = "lib,dlpreopen"; then
5273 if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
5305 dlpreopen=
5335 test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen"
5436 # This library was specified with -dlpreopen.
5437 if test "$pass" = dlpreopen; then
5439 func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
5455 fi # $pass = dlpreopen
5966 if test "$pass" = dlpreopen; then
8165 # Files to dlopen/dlpreopen
8167 dlpreopen='$dlprefiles'