noft Manual (G06.26+)
Table Of Contents
- What’s New in This Manual
- About This Manual
- 1 Introduction
- 2 noft Utility
- 3 noft Options
- Break Key
- ! (Exclamation Point)
- CD
- COMMENT
- DUMPADDRESS or DA
- DUMPOFFSET or DO
- DUMPPROC or DP
- DYNSTR2
- ENV
- EXIT or E
- FC
- FILE or F
- HELP or ?
- HISTORY or H
- LAYOUT
- LIBLIST
- LISTATTRIBUTE or LA
- LISTCOMPILERS or LC
- LISTOPTIMIZE or LO
- LISTPROC or LP
- LISTSOURCE or LS
- LISTSRLEXPORTS or LLE
- LISTSRLFIXUPS or LLF
- LISTSRLINFO or LLI
- LISTUNREFERENCED or LUR
- LISTUNRESOLVED or LU
- LOG
- OBEY
- OUT
- QUIT or Q
- RESET
- SET
- SHOW
- SYSTEM or VOLUME
- XREFPROC or XP
- 4 noft Diagnostic Messages
- 5 ar Utility
- 6 ar Diagnostic Messages
- A Sample nld and noft Session
- B Converting From Binder to noft
- C Native Object File Structure
- Glossary
- Index

noft Options
noft Manual—528273-001
3-46
SET
LOG { filename [B] | OFF | ? }
is described in LOG on page 3-39 (note that the keyword SET is optional with
LOG).
OUT { filename [B] | OFF | ? }
is described in OUT on page 3-40 (note that the keyword SET is optional with
OUT).
SCOPEPROC { proc-spec | proc-num | * | ? }
narrows the scope of noft options to a single procedure or subprocedure. Use
this option to find unique items within a procedure or subprocedure and to limit
output to a range within a single scope.
proc-spec
specifies the procedure name, which is case-sensitive in C and C++ but
not in other languages. proc-spec is one of:
proc-name
limits the scope to the specified procedure and subprocedures. If the
proc-name is not completely specified, noft resolves the name and
lists conforming procedure names with numbers.
proc-name.subproc-name
limits the scope to the specified subprocedure. If the proc-name or
subproc-name are not completely specified, noft resolves the
name and lists conforming subprocedure names with numbers.
subproc-name
limits the scope to the specified subprocedure. If subproc-name is
not completely specified, noft resolves the name and lists conforming
subprocedure names with numbers.
proc-num
specifies the procedure number, which specifies the ordering in the object
file’s procedure table. Use LISTPROC or LP on page 3-28 to list each
procedure number.
*
eliminates any scope limitations and enables you to view the entire object
file.
?
returns the current procedure in scope.