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

Sample nld and noft Session
noft Manual—528273-001
A-11
LISTPROC
Callable Whether the function was marked callable at compilation time.
Procedures are marked callable at compilation time as part of the
mechanism used by HP for writing operating system code. It is not
expected that the typical user will do this. The syntax for specifying
a callable procedure depends on the language. It is beyond the
scope of this manual to explain the syntax of specific languages.
(Callable is a system level programmer function attribute.)
Interrupt Whether the function was marked interrupt at compilation time.
Procedures are marked interrupt at compilation time as part of the
mechanism used by HP for writing operating system code. It is not
expected that the typical user will do this. The syntax for specifying
an interruptible procedure depends on the language. It is beyond the
scope of this manual to explain the syntax of specific languages.
(Interrupt is a system level programmer function attribute.)
Alternate Entry Point Meaningful only for pTAL procedures.
Subprocedure Meaningful only for pTAL procedures.
Visibility Whether other functions in other modules can link to this function.
Optimization Level Set at compilation time.
Parent Procedure Whether the function has a parent.
Source File The function’s source file.
Example A-15. LISTPROC Option (Linkfile)
noft> LISTPROC * DETAIL
******** List of Procedures ********
Number : 0
Name :
main
Address : 0x00000000
Size : 180 bytes
Resident : No
Privileged : No
Callable : No
Interrupt : No
Alternate Entry Point : No
Subprocedure : No
Visibility : External
Optimization Level : 0
Parent Procedure : (none)
Source File : \DLLQA.$D0117.CRGMAN.MAINC
Label Description (page2of2)