• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/iodbc-42.5/iodbc/admin/

Lines Matching refs:symbols

1021       # to make a dll which has undefined symbols, in which case not
1024 # that all symbols are satisfied, otherwise we get a static library.
1409 -export-symbols | -export-symbols-regex)
1411 $echo "$modename: more than one -exported-symbols argument is not allowed"
1414 if test "X$arg" = "X-export-symbols"; then
2343 # Prefer using a static library (so that no silly _DYNAMIC symbols
2715 $echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
2987 $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2
3267 # Check to see if the archive will have undefined symbols.
3270 $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2
3275 # Don't allow undefined symbols.
3690 $echo "*** Since this library must not contain undefined symbols,"
3799 # Prepare the list of exported symbols
4328 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
4367 $show "extracting global C symbols from \`$arg'"
4381 # Prepare the list of exported symbols
4394 $show "extracting global C symbols from \`$arg'"
4439 /* The mapping between symbol names and symbols. */
6441 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
6442 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
6443 -export-symbols SYMFILE
6444 try to export only the symbols listed in SYMFILE
6445 -export-symbols-regex REGEX
6446 try to export only the symbols matching REGEX
6452 -no-undefined declare that a library does not refer to external symbols