Lines Matching refs:symbols

1160       # to make a dll which has undefined symbols, in which case not
1163 # that all symbols are satisfied, otherwise we get a static library.
1572 -export-symbols | -export-symbols-regex)
1574 $echo "$modename: more than one -exported-symbols argument is not allowed"
1577 if test "X$arg" = "X-export-symbols"; then
2573 # Prefer using a static library (so that no silly _DYNAMIC symbols
2955 $echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
3234 $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2
3522 # Check to see if the archive will have undefined symbols.
3525 $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2
3530 # Don't allow undefined symbols.
3947 $echo "*** Since this library must not contain undefined symbols,"
4089 # Prepare the list of exported symbols
4655 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
4694 $show "extracting global C symbols from \`$arg'"
4708 # Prepare the list of exported symbols
4733 $show "extracting global C symbols from \`$arg'"
4778 /* The mapping between symbol names and symbols. */
6960 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
6961 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
6962 -export-symbols SYMFILE
6963 try to export only the symbols listed in SYMFILE
6964 -export-symbols-regex REGEX
6965 try to export only the symbols matching REGEX
6971 -no-undefined declare that a library does not refer to external symbols