|
AddCallProc(5) -- Allows an Atom tool's instrumentation routine to add, within an application program, calls to analys...
|
The Atom application instrumentation routines allow you to add arbitrary procedure calls before and after objects, procedures, basic blocks, and instructions. You can also add procedure calls before a... |
AddCallProgram(5) -- Allows an Atom tool's instrumentation routine to add, within an application program, calls to analys...
|
The Atom application instrumentation routines allow you to add arbitrary procedure calls before and after objects, procedures, basic blocks, and instructions. You can also add procedure calls before a... |
|
AddCallProto(5) -- Allows an Atom tool's instrumentation routine to add, within an application program, calls to analys...
|
The Atom application instrumentation routines allow you to add arbitrary procedure calls before and after objects, procedures, basic blocks, and instructions. You can also add procedure calls before a... |
AddXlateAddress(5) -- Atom routines used to determine the instrumented PC for selected instructions
|
Atom's Xlate routines allow you to determine the instrumented PC for selected instructions. You can use these functions to build a table that translates an instruction's PC in the instrumented appli... |
AddXlateEntry(5) -- Atom routines used to determine the instrumented PC for selected instructions
|
Atom's Xlate routines allow you to determine the instrumented PC for selected instructions. You can use these functions to build a table that translates an instruction's PC in the instrumented appli... |
AnalHeapBase(5) -- Obtains the base address of the analysis heap
|
An Atom tool's analysis routine calls the AnalHeapBase routine to obtain the base address of the analysis heap. Although Atom's default location for the analysis heap is usually sufficient for most ... |
ANSI(5) -- Support for industry standards
|
Programming interfaces and utilities conform to a number of standards. The full names and mnemonics for the industry standards supported by the operating system software, along with the manuals where ... |
appletviewer(5) -- The Java Development Kit tools
|
This reference page describes the java command only. The Java Development Kit (JDK) is part of the Java Virtual Machine (VM). If the JDK documentation was installed on your Tru64 UNIX system, you can ... |
armtech(5) -- Aurema's ARMTech (Active Resource Management Technology) resource management suite
|
This reference page provides a brief introduction to Aurema's ARMTech resource management software for Tru64 UNIX. Full documentation and usage information is provided in the software subsets. The so... |
ascii(5) -- Octal, hexadecimal, and decimal ASCII character sets
|
The octal character set is: 000 nul 020 dle 040 sp 060 0 100 @ 120 P 140 ` 160 p 001 soh 021 dc1 041 ! 061 1 101 A 121 Q 141 a 161 q 002 stx 022 dc2 042 " 062 2 102 B 122 R 142 b 162 r 003 etx 023 dc... |
atom_application_instrumentation(5) -- Allows an Atom tool's instrumentation routine to add, within an application program, calls to analys...
|
The Atom application instrumentation routines allow you to add arbitrary procedure calls before and after objects, procedures, basic blocks, and instructions. You can also add procedure calls before a... |
atom_application_navigation(5) -- Allows an Atom tool's instrumentation routine to find locations in an application program
|
Atom's application navigation routines allow an instrumentation routine to locate areas of an application that are interesting to monitor or analyze. You can use these routines only from an Atom tool... |
atom_application_query(5) -- Allows an Atom-tool instrumentation routine to obtain information about the parts of an application ...
|
Atom's application query routines allow an instrumentation routine to obtain information about the parts of an application program. You can use these routines only from an Atom tool's instrumentatio... |
atom_application_resolvers(5) -- Allows an Atom tool's instrumentation routine to resolve procedure names and call targets
|
Atom's application resolver routines allow an Atom tool's instrumentation routine to find a procedure by name and to find a target procedure for a call site. You can use these routines only from an ... |
atom_application_symbols(5) -- Allows an Atom tool's instrumentation routine to find entry points by name or from procedure calls.
|
The Find* routines resolve the named symbol. FindObj searches for the named entry point in all of the objects and returns the object that contains the entry point with the name that is specified. It u... |