noft Manual (G06.26+)

noft Options
noft Manual528273-001
3-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, which is case-sensitive in C and C++ but not in
other languages. procedure-spec is one of:
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 3-28 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]