Query: stdump
OS: osf1
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
stdump(1) General Commands Manual stdump(1)NAMEstdump - Dump portions of a file containing symbolic informationSYNOPSISstdump [options] fileOPTIONSPrints dense numbers. Prints external symbols. Prints local symbols. Prints procedures. Prints file descriptors. Dumps auxiliary sym- bol information in hexadecimal. (Use in combination with -b or -c to have type information interpreted.) Prints line numbers. Prints rel- ative file descriptors. Prints optimization symbols. Specifies index number of file to be dumped. You can print the index numbers with the following command: stdump -f file. You can use -n with any other option to get that option's portion of the symbolic information for the specified file. Displays the version of the stdump command. If none of the options are specified, the dump includes all of the items associated with the various options. [Tru64 UNIX] The DEC C++ compiler encodes type information in function, template, variable, and virtual table names to enable type-safe linkages. This encoding is called name mangling. By default, stdump shows the demangled names only. The following options can be used to instruct the stdump command to print the mangled name or both the mangled and demangled names: [Tru64 UNIX] Prints only the mangled name. [Tru64 UNIX] Prints both the mangled names and the demangled names.DESCRIPTIONThe stdump tool dumps symbolic information from an object file, an executable file, or any other file produced by the compiler that con- tains symbolic information.FILESExecutable fileSEE ALSOCommands: cc(1) stdump(1)
Related Man Pages |
---|
jstack(1) - mojave |
nm(1) - osf1 |
stdump(1) - osf1 |
lassign(n) - osx |
lassign(ntcl) - mojave |