• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/admin/

Lines Matching +refs:mode +refs:symbol

39 #     --mode=MODE          use operation mode MODE
58 # Try `$progname --help --mode=MODE' for a more detailed description of MODE.
94 # NLS nuisances: We save the old values to restore during execute mode.
242 # Echo program name prefixed message, along with the current mode
246 $ECHO "$progname${mode+: }$mode: $*"
250 # Echo program name prefixed message in verbose mode only.
265 $ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2
272 $opt_warning && $ECHO "$progname${mode+: }$mode: warning: "${1+"$@"} 1>&2
359 # Return a directory name, but don't create it in dry-run mode
376 # If we're not in dry-run mode, bomb out on failure
587 # $mode is unset
699 # Shorthand for --mode=foo, only valid as the first argument
702 shift; set dummy --mode clean ${1+"$@"}; shift
705 shift; set dummy --mode compile ${1+"$@"}; shift
708 shift; set dummy --mode execute ${1+"$@"}; shift
711 shift; set dummy --mode finish ${1+"$@"}; shift
714 shift; set dummy --mode install ${1+"$@"}; shift
717 shift; set dummy --mode link ${1+"$@"}; shift
720 shift; set dummy --mode uninstall ${1+"$@"}; shift
724 # Parse non-mode specific arguments:
733 func_echo "enabling shell trace mode"
745 --finish) mode="finish" ;;
747 --mode) test "$#" -eq 0 && func_missing_arg "$opt" && break
749 # Valid mode arguments:
766 mode="$1"
788 -dlopen=*|--mode=*|--tag=*)
870 test -z "$mode" && func_fatal_error "error: you must specify a MODE."
877 # Only execute mode is allowed to have -dlopen flags.
878 if test -n "$execute_dlfiles" && test "$mode" != execute; then
884 # Change the help message to a mode-specific one.
886 help="Try \`$progname --help --mode=$mode' for more information."
1448 test "$mode" = compile && func_mode_compile ${1+"$@"}
1454 case $mode in
1463 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
1477 "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
1481 This mode accepts the following additional options:
1500 "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
1504 This mode accepts the following additional options:
1508 This mode sets the library path environment variable according to \`-dlopen'
1520 "Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
1526 The commands that this mode executes may require superuser privileges. Use
1532 "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND...
1549 "Usage: $progname [OPTION]... --mode=link LINK-COMMAND...
1571 -no-fast-install disable the fast-install mode
1609 "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
1622 func_fatal_help "invalid operation mode \`$mode'"
1632 # Now that we've collected a possible --mode arg, show help if necessary
1764 test "$mode" = execute && func_mode_execute ${1+"$@"}
1795 # Exit here if they wanted silent mode.
1844 test "$mode" = finish && func_mode_finish ${1+"$@"}
2283 test "$mode" = install && func_mode_install ${1+"$@"}
2288 # a dlpreopen symbol table.
2319 /* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */
2326 /* External symbol declarations for the compiler. */\
2330 func_verbose "generating symbol list for \`$output'"
2334 # Add our own program objects to the symbol list.
2423 /* The mapping between symbol names and symbols. */
2482 # compiling the symbol table file with pic_flag works around
2507 # Now compile the dynamic symbol file.
2513 # Transform the symbol file into the correct name.
2540 # Nullify the symbol file.
2744 # This environment variable determines our operation mode.
2746 # install mode needs the following variables:
2750 # When we are sourced in execute mode, \$file and \$ECHO are already set.
3837 lt_error_core (int exit_status, const char *mode,
3840 fprintf (stderr, "%s: %s: ", program_name, mode);
4169 # Add the symbol object into the linking commands.
4210 || func_fatal_error "symbol file \`$arg' does not exist"
4757 # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
4759 # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
4760 # +DA*, +DD* enable 64-bit mode on the HP compiler
5015 # The preopen pass in lib mode reverses $deplibs; put it back here
5650 func_verbose "extracting exported symbol list from \`$soname'"
5664 if test "$linkmode" = prog || test "$mode" != relink; then
5762 if test "$linkmode" = prog || test "$mode" = relink; then
5839 $ECHO "*** However, this would only work if libtool was able to extract symbol"
6401 if test "$mode" != relink; then
6803 $ECHO "*** However, this would only work if libtool was able to extract symbol"
6887 test "$mode" != relink && rpath="$compile_rpath$rpath"
6936 test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
6999 func_verbose "generating symbol list for \`$libname.la'"
7037 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
7088 if test "$mode" = relink; then
7224 func_verbose "generating symbol list for \`$libname.la'"
7251 if test "$mode" = relink; then
7277 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
7344 if test "$mode" = relink; then
7356 if test "$mode" = relink; then
7810 # Only actually do things if not in dry run mode.
8038 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
8185 { test "$mode" = link || test "$mode" = relink; } &&
8227 test "$mode" = uninstall && objdir="$dir"
8230 if test "$mode" = clean; then
8263 case "$mode" in
8310 if test "$mode" = clean ; then
8362 { test "$mode" = uninstall || test "$mode" = clean; } &&
8365 test -z "$mode" && {
8371 func_fatal_help "invalid operation mode \`$mode'"
8402 # mode:shell-script