nld and noft Manual
noft Options
nld and noft Manual—520384-003
5-10
DUMPPROC or DP
DUMPPROC or DP
The DUMPPROC option displays the contents of a procedure or part of a procedure.
proc-spec
specifies the procedure name. Procedure names are case sensitive in C and C++
but not in other languages. procedure-spec is one of the following:
proc-name
limits the scope to the specified procedure and subprocedures.
proc-name.subproc-name
limits the scope to the specified subprocedure.
subproc-name
limits the scope to the specified subprocedure.
proc-num
specifies the procedure number. This number specifies the ordering in the object
file’s procedure table. Use LISTPROC or LP on page 5-27 to list each procedure
number.
offset
is the number of bytes beyond the starting virtual address of the procedure (in
hexadecimal format).
range-specifier
is the amount of information to display:
{ TO end-address | FOR { number { BYTES | B | WORDS | W } | * }}
end-address
is an ending virtual address in hexadecimal format.
number
is the number of bytes or words to display.
*
displays information to the end of the code or data section.
{ DUMPPROC | DP } { proc-spec | proc-num }
[ { offset } [range-specifier]] [IN format-specifier]