• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/OpenPAM-20/openpam/

Lines Matching refs:symbols

1136       # to make a dll which has undefined symbols, in which case not
1139 # that all symbols are satisfied, otherwise we get a static library.
1540 -export-symbols | -export-symbols-regex)
1542 $echo "$modename: more than one -exported-symbols argument is not allowed"
1545 if test "X$arg" = "X-export-symbols"; then
2525 # Prefer using a static library (so that no silly _DYNAMIC symbols
2907 $echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
3179 $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2
3464 # Check to see if the archive will have undefined symbols.
3467 $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2
3472 # Don't allow undefined symbols.
3889 $echo "*** Since this library must not contain undefined symbols,"
4031 # Prepare the list of exported symbols
4596 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
4635 $show "extracting global C symbols from \`$arg'"
4649 # Prepare the list of exported symbols
4674 $show "extracting global C symbols from \`$arg'"
4719 /* The mapping between symbol names and symbols. */
6896 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
6897 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
6898 -export-symbols SYMFILE
6899 try to export only the symbols listed in SYMFILE
6900 -export-symbols-regex REGEX
6901 try to export only the symbols matching REGEX
6907 -no-undefined declare that a library does not refer to external symbols