Guardian Programmer's Guide

Table Of Contents
Glossary
Guardian Programmer’s Guide 421922-014
Glossary - 7
elapsed time
typically contains source program or script code, documentation, or program output.
Open System Services (OSS) functions can open an EDIT file only for reading.
elapsed time. Time as measured by the CPU clock, independent of the state of any
process.
eld utility. A utility that collects, links, and modifies code and data blocks from one or more
position-independent code (PIC) object files to produce a target TNS/E native object
file. See also ld utility and nld utility.
ELF. See Executable and Linkable Format (ELF).
emulate. To imitate the instruction set and address spaces of a different hardware system
by means of software. Emulator software is compatible with and runs software built for
the emulated system. For example, a TNS/R or TNS/E system emulates the behavior
of a TNS system when executing interpreted or accelerated TNS object code.
end-of-tape (EOT) sticker. A light-reflecting strip that indicates that the end of the usable
area of a magnetic tape is approaching. Contrast with beginning-of-tape (BOT) sticker.
enoft utility. A utility that reads and displays information from TNS/E native object files.
See also noft utility.
EPTRACE. A performance investigation tool for Open System Services (OSS) and
Guardian environments running H-series or J-series RVUs. It is designed to count,
trace, locate, and provide a log of millicode-corrected misalignments in TNS stumble
events.
Enscribe. A database record management system.
entry-sequenced file. A file in which each new record is stored at the end of the file in
chronological sequence and whose primary key is a system-generated record address.
Contrast with “key-sequenced file and relative file.
EOT sticker. See
end-of-tape (EOT) sticker
exact point. See
memory manager and register-exact point.
executable. See object code file.
Executable and Linkable Format (ELF). A common standard for executable files and
object code. On HP NonStop™ servers, ELF replaced the less extensible Common
Object File Format (COFF) for native files.
execution mode. The emulated or real instruction set environment in which object code
runs. A TNS system has only one execution mode: TNS mode using TNS compilers
and 16-bit TNS instructions. A TNS/R system has three execution modes: TNS/R
native mode using MIPS native compilers and MIPS instructions, emulated TNS
execution in TNS interpreted mode, and emulated TNS execution in TNS accelerated