• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/cxxfilt-11/cxxfilt/

Lines Matching +refs:mode +refs:symbol

79 # We save the old values to restore during execute mode.
100 mode=$default_mode
188 echo "$progname: enabling shell trace mode"
211 --finish) mode="finish" ;;
213 --mode) prevopt="--mode" prev=mode ;;
214 --mode=*) mode="$optarg" ;;
258 # Infer the operation mode.
259 if test -z "$mode"; then
262 mode=link
267 mode=compile
274 mode=execute
277 mode=install
280 mode=uninstall
283 # If we have no mode, but dlfiles were specified, then do execute mode.
284 test -n "$execute_dlfiles" && mode=execute
286 # Just use the default operation mode.
287 if test -z "$mode"; then
289 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
291 $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
298 # Only execute mode is allowed to have -dlopen flags.
299 if test -n "$execute_dlfiles" && test "$mode" != execute; then
305 # Change the help message to a mode-specific one.
307 help="Try \`$modename --help --mode=$mode' for more information."
310 case $mode in
311 # libtool compile mode
793 # libtool link mode
912 # Add the symbol object into the linking commands.
953 $echo "$modename: symbol file \`$arg' does not exist"
2083 $show "extracting exported symbol list from \`$soname'"
2111 if test $linkmode = prog || test "$mode" != relink; then
2177 if test $linkmode = prog || test "$mode" = relink; then
2246 echo "*** However, this would only work if libtool was able to extract symbol"
2675 if test "$mode" != relink; then
2990 echo "*** However, this would only work if libtool was able to extract symbol"
3039 test "$mode" != relink && rpath="$compile_rpath$rpath"
3084 test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
3131 $show "generating symbol list for \`$libname.la'"
3202 if test "$mode" = relink; then
3323 if test "$mode" = relink; then
3654 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
3664 /* External symbol declarations for the compiler. */\
3668 $show "generating symbol list for \`$output'"
3672 # Add our own program objects to the symbol list.
3741 /* The mapping between symbol names and symbols. */
3773 # compiling the symbol table file with pic_flag works around
3790 # Now compile the dynamic symbol file.
3798 # Transform the symbol file into the correct name.
3812 # Nullify the symbol file.
3995 # This environment variable determines our operation mode.
3997 # install mode needs the following variable:
4000 # When we are sourced in execute mode, \$file and \$echo are already set.
4366 relink_command="(cd `pwd`; $SHELL $0$tagopts --mode=relink $libtool_args)"
4472 # libtool install mode
4919 # libtool finish mode
4953 # Exit here if they wanted silent mode.
4993 # libtool execute mode
5132 # libtool clean and uninstall mode
5134 modename="$modename: $mode"
5170 test $mode = uninstall && objdir="$dir"
5173 if test $mode = clean; then
5205 test $mode = clean && rmfiles="$rmfiles $objdir/$name $objdir/${name}i"
5207 if test $mode = uninstall; then
5265 if test $mode = clean &&
5300 $echo "$modename: invalid operation mode \`$mode'" 1>&2
5312 case $mode in
5322 --finish same as \`--mode=finish'
5324 --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS]
5340 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
5347 "Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
5361 "Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
5365 This mode accepts the following additional options:
5382 "Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]...
5386 This mode accepts the following additional options:
5390 This mode sets the library path environment variable according to \`-dlopen'
5402 "Usage: $modename [OPTION]... --mode=finish [LIBDIR]...
5408 The commands that this mode executes may require superuser privileges. Use
5414 "Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND...
5427 "Usage: $modename [OPTION]... --mode=link LINK-COMMAND...
5449 -no-fast-install disable the fast-install mode
5480 "Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
5493 $echo "$modename: invalid operation mode \`$mode'" 1>&2
5525 # mode:shell-script