Home | History | Annotate | Download | only in libevent

Lines Matching refs:symbols

1114       # to make a dll which has undefined symbols, in which case not
1117 # that all symbols are satisfied, otherwise we get a static library.
1519 -export-symbols | -export-symbols-regex)
1521 $echo "$modename: more than one -exported-symbols argument is not allowed"
1524 if test "X$arg" = "X-export-symbols"; then
2490 # Prefer using a static library (so that no silly _DYNAMIC symbols
2872 $echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
3151 $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2
3436 # Check to see if the archive will have undefined symbols.
3439 $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2
3444 # Don't allow undefined symbols.
3861 $echo "*** Since this library must not contain undefined symbols,"
4003 # Prepare the list of exported symbols
4569 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
4608 $show "extracting global C symbols from \`$arg'"
4622 # Prepare the list of exported symbols
4647 $show "extracting global C symbols from \`$arg'"
4692 /* The mapping between symbol names and symbols. */
6866 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
6867 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
6868 -export-symbols SYMFILE
6869 try to export only the symbols listed in SYMFILE
6870 -export-symbols-regex REGEX
6871 try to export only the symbols matching REGEX
6877 -no-undefined declare that a library does not refer to external symbols