• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/BerkeleyDB-21/db/dist/

Lines Matching refs:symbols

1077       # to make a dll which has undefined symbols, in which case not
1080 # that all symbols are satisfied, otherwise we get a static library.
1472 -export-symbols | -export-symbols-regex)
1474 $echo "$modename: more than one -exported-symbols argument is not allowed"
1477 if test "X$arg" = "X-export-symbols"; then
2432 # Prefer using a static library (so that no silly _DYNAMIC symbols
2812 $echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
3084 $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2
3364 # Check to see if the archive will have undefined symbols.
3367 $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2
3372 # Don't allow undefined symbols.
3792 $echo "*** Since this library must not contain undefined symbols,"
3931 # Prepare the list of exported symbols
4494 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
4533 $show "extracting global C symbols from \`$arg'"
4547 # Prepare the list of exported symbols
4572 $show "extracting global C symbols from \`$arg'"
4617 /* The mapping between symbol names and symbols. */
6775 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
6776 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
6777 -export-symbols SYMFILE
6778 try to export only the symbols listed in SYMFILE
6779 -export-symbols-regex REGEX
6780 try to export only the symbols matching REGEX
6786 -no-undefined declare that a library does not refer to external symbols