Home | History | Annotate | Download | only in libffi

Lines Matching refs:symbols

1107       # to make a dll which has undefined symbols, in which case not
1110 # that all symbols are satisfied, otherwise we get a static library.
1511 -export-symbols | -export-symbols-regex)
1513 $echo "$modename: more than one -exported-symbols argument is not allowed"
1516 if test "X$arg" = "X-export-symbols"; then
2472 # Prefer using a static library (so that no silly _DYNAMIC symbols
2854 $echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
3126 $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2
3411 # Check to see if the archive will have undefined symbols.
3414 $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2
3419 # Don't allow undefined symbols.
3836 $echo "*** Since this library must not contain undefined symbols,"
3978 # Prepare the list of exported symbols
4543 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
4582 $show "extracting global C symbols from \`$arg'"
4596 # Prepare the list of exported symbols
4621 $show "extracting global C symbols from \`$arg'"
4666 /* The mapping between symbol names and symbols. */
6840 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
6841 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
6842 -export-symbols SYMFILE
6843 try to export only the symbols listed in SYMFILE
6844 -export-symbols-regex REGEX
6845 try to export only the symbols matching REGEX
6851 -no-undefined declare that a library does not refer to external symbols