• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/Heimdal-323.92.1/

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."
1447 test "$mode" = compile && func_mode_compile ${1+"$@"}
1453 case $mode in
1462 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
1476 "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
1480 This mode accepts the following additional options:
1499 "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
1503 This mode accepts the following additional options:
1507 This mode sets the library path environment variable according to \`-dlopen'
1519 "Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
1525 The commands that this mode executes may require superuser privileges. Use
1531 "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND...
1548 "Usage: $progname [OPTION]... --mode=link LINK-COMMAND...
1570 -no-fast-install disable the fast-install mode
1608 "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
1621 func_fatal_help "invalid operation mode \`$mode'"
1631 # Now that we've collected a possible --mode arg, show help if necessary
1763 test "$mode" = execute && func_mode_execute ${1+"$@"}
1794 # Exit here if they wanted silent mode.
1843 test "$mode" = finish && func_mode_finish ${1+"$@"}
2282 test "$mode" = install && func_mode_install ${1+"$@"}
2287 # a dlpreopen symbol table.
2318 /* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */
2325 /* External symbol declarations for the compiler. */\
2329 func_verbose "generating symbol list for \`$output'"
2333 # Add our own program objects to the symbol list.
2422 /* The mapping between symbol names and symbols. */
2481 # compiling the symbol table file with pic_flag works around
2506 # Now compile the dynamic symbol file.
2512 # Transform the symbol file into the correct name.
2539 # Nullify the symbol file.
2752 # This environment variable determines our operation mode.
2754 # install mode needs the following variables:
2758 # When we are sourced in execute mode, \$file and \$ECHO are already set.
3190 /* always write in binary mode */
3490 lt_error_core (int exit_status, const char *mode,
3493 fprintf (stderr, "%s: %s: ", program_name, mode);
3651 # Add the symbol object into the linking commands.
3692 || func_fatal_error "symbol file \`$arg' does not exist"
4230 # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
4232 # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
4233 # +DA*, +DD* enable 64-bit mode on the HP compiler
4488 # The preopen pass in lib mode reverses $deplibs; put it back here
5123 func_verbose "extracting exported symbol list from \`$soname'"
5137 if test "$linkmode" = prog || test "$mode" != relink; then
5235 if test "$linkmode" = prog || test "$mode" = relink; then
5312 $ECHO "*** However, this would only work if libtool was able to extract symbol"
5874 if test "$mode" != relink; then
6276 $ECHO "*** However, this would only work if libtool was able to extract symbol"
6360 test "$mode" != relink && rpath="$compile_rpath$rpath"
6409 test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
6472 func_verbose "generating symbol list for \`$libname.la'"
6510 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
6561 if test "$mode" = relink; then
6697 func_verbose "generating symbol list for \`$libname.la'"
6724 if test "$mode" = relink; then
6750 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
6817 if test "$mode" = relink; then
6829 if test "$mode" = relink; then
7277 # Only actually do things if not in dry run mode.
7506 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
7653 { test "$mode" = link || test "$mode" = relink; } &&
7695 test "$mode" = uninstall && objdir="$dir"
7698 if test "$mode" = clean; then
7731 case "$mode" in
7778 if test "$mode" = clean ; then
7830 { test "$mode" = uninstall || test "$mode" = clean; } &&
7833 test -z "$mode" && {
7839 func_fatal_help "invalid operation mode \`$mode'"
7870 # mode:shell-script