home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v1.zip / IBMCPP / HELP / CPPFILT.MSG (.txt) next >
OS/2 Message File  |  1993-09-18  |  2KB  |  7 lines

  1. MKMSGF
  2. cppfilt.msg
  3. WUnrecognized flag '%c' ignored.WCannot open file "%s", it is ignored. 
  4. C++ Symbol Mapping
  5. demangled:                mangled:
  6. WWidth expected following -w option.WAll text mode options are/will be ignored.EInternal error. Licensed Materials - Property of IBM IBM C/C++ Tools Version 2.0 - C++ Filter Utility (C) Copyright IBM Corp., 1993, All Rights Reserved US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.     (duplicate of previous symbol) ;PUBDEFs (Symbols available from object file): ;EXTDEFs (Symbols used by object file): ;EXPDEFs (Symbols marked to be exported from object file): ;From object file:   ;COMDATs (Symbols available from object file): ;COMDEFs (Symbols available from object file):  Syntax:    1) binary mode:  an object file is searched and its symbols are dumped                    in a format that can be used in a .DEF file       CPPFILT -b [-x] [-r] [-p] [-o [nnn]] [-n] [-s] [-q] <OBJ or LIB file(s)>    2) text mode:  acts as a filter to translate mangled names to                  demangled names       CPPFILT    [-m] [-t] [-w nnn] [-c] [-s] [-q] [<text file name(s)>]  where:   /x       - dump exported symbols   /r       - dump external references   /p       - dump public symbols   /o       - generate ordinals (starting at nnn if specified)   /n       - generate NONAME at the end of the line   /s       - demangle special symbols too   /q       - don't display the logo   /m       - generate a symbol map at the end   /t       - display both the mangled and demangled names   /w       - specify the width in which demangled names are printed   /c       - demangle special class names   /h or /? - display this help    Option letters are NOT case sensitive
  7.