stdump(1) — RISC
Name
stdump - dump portions of a file containing symbolic information.
Syntax
stdump [options] file
Description
The stdump command dumps a file containing symbolic information. Use the −K option to the cc command to force the compiler to preserve intermediate files in the target directory. When the −K option is used, the compilation of the file produces a file with a .T extension.
Any object file produced by the compiler can be used as input to the stdump command.
Options
-adense numbers
-bexternals
-csymbols
-dprocedures
-ffile descriptors
-gauxiliaries
-hlines
-irelative file descriptors
-n
the next argument is the index of the file to be dumped
Files
/usr/bin/stdump
See Also
cc(1) RISC