Manual Page Result
0
Command: stdump | Section: 1 | Source: Digital UNIX | File: stdump.1.gz
stdump(1) General Commands Manual stdump(1)
NAME
stdump - Dump portions of a file containing symbolic information
SYNOPSIS
stdump [flags] file
FLAGS
Prints dense numbers. Prints external symbols. Prints local symbols.
Prints procedures. Prints file descriptors. Dumps auxiliary symbol
information in hexadecimal. (Use in combination with -b or -c to have
type information interpreted.) Prints line numbers. Prints relative
file descriptors. 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.
If none of the flags are specified, the dump includes all of the items
associated with the various flags.
[Digital] The DEC C++ compiler encodes type information in function,
template, variable, and virtual table names to enable type-safe link-
ages. This encoding is called "name mangling." The following options
can be used to instruct the nm command to print either the original
name (that is, the demangled name), the mangled name, or both, by spec-
ifying one of the following flags. By default, nm shows the demangled
names only. [Digital] Prints only the mangled name. [Digi-
tal] Prints both the mangled and the demangled names.
DESCRIPTION
The stdump tool dumps symbolic information from an object file, an exe-
cutable file, or any other file produced by the compiler that contains
this information.
FILES
Executable file
RELATED INFORMATION
cc(1) delim off
stdump(1)