Lines Matching refs:symbols
633 # to make a dll which has undefined symbols, in which case not
636 # that all symbols are satisfied, otherwise we get a static library.
1027 -export-symbols | -export-symbols-regex)
1029 $echo "$modename: not more than one -exported-symbols argument allowed"
1032 if test "X$arg" = "X-export-symbols"; then
1301 # Prefer using a static library (so that no silly _DYNAMIC symbols
1563 $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2
1781 # Check to see if the archive will have undefined symbols.
1784 $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2
1789 # Don't allow undefined symbols.
2079 # Prepare the list of exported symbols
2484 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
2523 $show "extracting global C symbols from \`$arg'"
2537 # Prepare the list of exported symbols
2550 $show "extracting global C symbols from \`$arg'"
2589 /* The mapping between symbol names and symbols. */
3960 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
3961 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
3962 -export-symbols SYMFILE
3963 try to export only the symbols listed in SYMFILE
3964 -export-symbols-regex REGEX
3965 try to export only the symbols matching REGEX
3969 -no-undefined declare that a library does not refer to external symbols