Index

The parenthesized number on an index entry indicates the location of the entry within the book. Entries before the first numbered section in a chapter are identified as Sec. n.0.


Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Special Characters

/
        See slash

?
        See question mark

/
        See slash

?
        See question mark

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

a.out (Sec. 2.5.2)
        default executable file (Sec. 2.1)
        default executable file (Sec. 2.4.1)

abnormal_termination function (Sec. 11.4)

activation levels
        changing in dbx (Sec. 5.6.2.2)
        displaying information about in dbx (Sec. 5.9.2)
        displaying values of local variables within (Sec. 5.9.2)
        identifying with stack trace (Sec. 5.1.2)
        identifying with stack trace (Sec. 5.6.2)

AdvFS
        direct I/O use (Sec. 10.2.2)

AES
        application-level interface requirements (Sec. 1.2.1)

AIO routines (Sec. 10.2.2)

alias command (dbx) (Sec. 5.5.3)

_ _align storage class modifier (Sec. 2.2.5)

alignment
        bit-field alignment (Sec. 2.2.4)
        data type alignment (Sec. 2.2.3)

alignment, data
        avoiding misalignment (Sec. 10.2.3)

alloca function (Sec. 10.2.4)

allocation, data
        coding suggestions (Sec. 10.2.4)

Alpha instruction set
        using non-native instructions (Sec. 10.2.1)

amalloc function (Sec. 10.2.4)

ANSI
        name space cleanup (Sec. 2.8)

ANSI standards
        application development considerations (Sec. 1.2)
        application development considerations (Sec. 1.2.1)

-ansi_alias option (cc) (Sec. 10.1.1)

-ansi_args option (cc) (Sec. 10.1.1)

application development
        phases of (Sec. 1.1)

Application Environment Specification
        See AES

application programs
        building guidelines (Sec. 10.1)
        coding guidelines (Sec. 10.2)
        compiling and linking in System V habitat (Sec. B.1)
        optimizing (Sec. 10.0)
        porting (Sec. 1.2)
        porting (Sec. 6.7.3)
        reducing memory usage with -xtaso (Sec. 10.2.4)

archive file
        determining section sizes (Sec. 2.7.4)
        dumping selected parts of (Sec. 2.7.1)

array bounds
        enabling run-time checking (Sec. 2.4.3)

array usage
        allocation considerations (Sec. 10.2.3)
        optimizing in C (Sec. 10.2.4)

as command (Sec. 2.1)
        linking files compiled with (Sec. 2.5.2)

assign command (dbx) (Sec. 5.7.6)

-assume noaccuracy_sensitive option (cc)
        See -fp_reorder option

Atom tools (Sec. 9.0)
        command syntax (Sec. 9.1.1)
        command syntax (Sec. 9.1.2)
        developing (Sec. 9.2)
        examples of (Sec. 9.1.1)
        running Atom tools (Sec. 9.1)
        testing tools under development (Sec. 9.1.2)
        using installed tools (Sec. 9.1.1)

attribute
        defined (Sec. C.1)
        example of defining (Sec. C.2.2)
        initial value assignment (Sec. C.1)

attribute data types (Sec. C.2.1)

attribute request codes (Sec. C.2.1)

attribute table
        contents of (Sec. C.2)

automatic decomposition
        use in KAP (Sec. 10.1.4)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

B

backward compatibility
        shared libraries (Sec. 4.11.1)

binary incompatibility
        shared libraries (Sec. 4.11.1)

binlog and syslog
        interaction with EVM (Sec. 14.2)

32-bit applications
        reducing memory usage (Sec. 10.2.4)

bit fields (Sec. 6.7.2)

breakpoints
        continuing from (Sec. 5.7.5)
        setting (Sec. 5.8.2)
        setting conditional breakpoints (Sec. 5.8.2)
        setting in procedures (Sec. 5.8.2)

built-in data types
        use in dbx commands (Sec. 5.3.3)

built-in function
        pragma counterpart (Sec. 3.4)

byte ordering
        supported by Tru64 UNIX (Sec. 2.2.1)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

C

C language, program checking
        data type (Sec. 6.3)
        external names (Sec. 6.7.3)
        function definitions (Sec. 6.3.3)
        functions and variables (Sec. 6.4)
        initializing variables (Sec. 6.5)
        migration (Sec. 6.6)
        portability (Sec. 6.7)
        structure, union (Sec. 6.3.2)
        use of characters (Sec. 6.7.1)
        use of uninitialized variables (Sec. 6.5)

-c option (cc)
        compiling multilanguage programs (Sec. 2.4.2)

-c option (dbx) (Sec. 5.2.3)

C preprocessor (Sec. 2.3)
        implementation-specific directives (Sec. 2.3.4)
        including common files (Sec. 2.3.2)
        multilanguage include files (Sec. 2.3.3)
        predefined macros (Sec. 2.3.1)

C programs
        optimization considerations (Sec. 10.0)

cache collision, data
        avoiding (Sec. 8.5.2.2)

cache collisions, data
        avoiding (Sec. 10.2.3)

cache misses
        avoiding (Sec. 10.2.4)

cache misses, data
        profiling for (Sec. 8.5.2.2)

cache thrashing
        preventing (Sec. 10.2.3)
        preventing (Sec. 8.5.2.2)

cache usage
        coding suggestions (Sec. 10.2.3)
        improving with cord (Sec. 10.1.4)
        improving with cord (Sec. 8.4.2.3)

call command (dbx) (Sec. 5.7.8)

call-graph profiling (Sec. 8.5.2.1)

callback functions (EVM) (Sec. 14.2)

calls
        See procedure calls

catch command (dbx) (Sec. 5.8.5)

cc command
        compilation control options (Sec. 2.4)
        debugging option (Sec. 5.2.1)
        default behavior (Sec. 2.4.1)
        -g and -O options for profiling (Sec. 8.3)
        invoking the linker (Sec. 2.5.2)
        -p option (Sec. 8.5.2.2)
        -p option (Sec. 8.5.2.2)
        -pg option (Sec. 8.5.2.1)
        -pg option (Sec. 8.5.2.1)
        setting default alignment (Sec. 3.8)
        specifying additional libraries (Sec. 2.5.1)
        specifying function inlining (Sec. 3.3)
        specifying search path for libraries (Sec. 2.1)
        -taso option (Sec. A.2)
        using in System V habitat (Sec. B.1)

CFG_ATTR_BINTYPE data type (Sec. C.2.1)

CFG_ATTR_INTTYPE data type (Sec. C.2.1)

CFG_ATTR_LONGTYPE data type (Sec. C.2.1)

CFG_ATTR_STRTYPE data type (Sec. C.2.1)

CFG_ATTR_UINTTYPE data type (Sec. C.2.1)

CFG_ATTR_ULONGTYPE data type (Sec. C.2.1)

CFG_OP_CONFIGURE request code (Sec. C.2.1)

CFG_OP_QUERY request code (Sec. C.2.1)

CFG_OP_RECONFIGURE request code (Sec. C.2.1)

cfg_subsys_attr_t data type (Sec. C.2.1)

characters
        use in a C program (Sec. 6.7.1)

-check_omp option (cc) (Sec. 13.1)

cma_debug() command (dbx) (Sec. 5.12)

coding errors
        checking performed by lint (Sec. 6.8)

coding suggestions
        C-specific considerations (Sec. 10.2.4)
        cache usage patterns (Sec. 10.2.3)
        data alignment (Sec. 10.2.3)
        data types (Sec. 10.2.1)
        library routine selection (Sec. 10.1.5)
        sign considerations (Sec. 10.2.4)

command-line editing (dbx) (Sec. 5.4.2)

common file
        See header file

Compaq Extended Math Library
        how to access (Sec. 10.1.5)

compiler commands
        invoking the linker (Sec. 1.3.2)

compiler optimizations
        improving with feedback file (Sec. 10.1.4)
        improving with feedback file (Sec. 8.4)
        improving with feedback file (Sec. 8.4.2.2)
        recommended optimization levels (Sec. 10.1.1)
        use of -O option (cc) (Sec. 10.1.1)

compiler options (cc) (Sec. 2.4)

compiler system (Sec. 2.0)
        ANSI name space cleanup (Sec. 2.8)
        C compiler environments (Sec. 2.4)
        C preprocessor (Sec. 2.3)
        driver programs (Sec. 2.1)
        linker (Sec. 2.5)
        object file tools (Sec. 2.7)

compiling applications
        in System V habitat (Sec. B.1)

completion handling (Sec. 11.3)

compound pointer (Sec. A.0)

conditional code
        writing in dbx (Sec. 5.8.4)

cont command (dbx) (Sec. 5.7.5)

conti command (dbx) (Sec. 5.7.5)

cord utility (Sec. 10.1.4)
cord utility (Sec. 8.4.2.3)

core dump file
        naming (Sec. 5.10)
        specifying for dbx (Sec. 5.1.3)
        specifying for dbx (Sec. 5.2.3)
        specifying the location of shared libraries for (Sec. 5.5.7)

critical directive (Sec. D.2.4)

Ctrl/Z
        symbol name completion in dbx (Sec. 5.4.4)

CXML
        how to access (Sec. 10.1.5)

c_excpt.h header file (Sec. 11.1.3)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

D

data alignment
        coding suggestions (Sec. 10.2.3)

data allocation
        coding suggestions (Sec. 10.2.4)

data cache collision
        avoiding (Sec. 8.5.2.2)

data cache collisions
        avoiding (Sec. 10.2.3)

data cache misses
        profiling for (Sec. 8.5.2.2)

data flow analysis
        compilation optimizations (Sec. 10.1.1)

data reuse
        handling efficiently (Sec. 10.1.4)

data segment
        effect of -taso option (Sec. A.2.1)

data sets, large
        handling efficiently (Sec. 10.1.4)

data structures
        allocation suggestions (Sec. 10.2.3)

data type
        alignment in structures (Sec. 2.2.3)
        modifying alignment (Sec. 2.2.5)
        types supported by Tru64 UNIX (Sec. 2.2)

data types
        array (Sec. 6.3.1)
        array pointer (Sec. 6.3.1)
        casts (Sec. 6.3.5)
        coding suggestions (Sec. 10.2.1)
        effect of -O option (cc) (Sec. 10.1.1)
        floating-point range and processing (Sec. 2.2.2)
        for attributes (Sec. C.2.1)
        mixing (Sec. 6.3.1)
        sizes (Sec. 2.2.1)

data types, built-in
        use in dbx commands (Sec. 5.3.3)

data types, variable (EVM) (Sec. 14.5.2)

dbx commands
        See also dbx debugger
        args (Sec. 5.7.1)
        cma_debug() (Sec. 5.12)
         and ? (Sec. 5.6.5)
        alias (Sec. 5.5.3)
        assign (Sec. 5.7.6)
        call (Sec. 5.7.8)
        catch (Sec. 5.8.5)
        cont (Sec. 5.7.5)
        conti (Sec. 5.7.5)
        delete (Sec. 5.5.5)
        disable (Sec. 5.5.5)
        down (Sec. 5.6.2.2)
        dump (Sec. 5.9.2)
        edit (Sec. 5.6.6)
        enable (Sec. 5.5.5)
        file (Sec. 5.6.3)
        func (Sec. 5.6.2.2)
        goto (Sec. 5.7.4)
        ignore (Sec. 5.8.5)
        list (Sec. 5.6.4)
        listobj (Sec. 5.5.6)
        next (Sec. 5.7.2)
        nexti (Sec. 5.7.2)
        patch (Sec. 5.7.7)
        playback input (Sec. 5.9.4.1)
        playback output (Sec. 5.9.4.2)
        print (Sec. 5.9.1)
        printregs (Sec. 5.9.1)
        quit (Sec. 5.2.3)
        record input (Sec. 5.9.4)
        record input (Sec. 5.9.4.1)
        record output (Sec. 5.9.4.2)
        rerun (Sec. 5.7.1)
        return (Sec. 5.7.3)
        run (Sec. 5.7.1)
        set (Sec. 5.5.1)
        setenv (Sec. 5.7.9)
        sh (Sec. 5.5.8)
        source (Sec. 5.9.4.1)
        status (Sec. 5.5.4)
        step (Sec. 5.7.2)
        stepi (Sec. 5.7.2)
        stop (Sec. 5.8.2)
        stopi (Sec. 5.8.2)
        tlist (Sec. 5.12)
        trace (Sec. 5.8.3)
        tracei (Sec. 5.8.3)
        tset (Sec. 5.12)
        tstack (Sec. 5.12)
        tstack (Sec. 5.6.2.1)
        unalias (Sec. 5.5.3)
        unset (Sec. 5.5.1)
        up (Sec. 5.6.2.2)
        use (Sec. 5.6.1)
        whatis (Sec. 5.6.8)
        when (Sec. 5.8.4)
        where (Sec. 5.6.2.1)
        whereis (Sec. 5.6.7)
        which (Sec. 5.6.7)

dbx debugger (Sec. 1.3.3)
dbx debugger (Sec. 5.0)
        See also dbx commands
        built-in data types (Sec. 5.3.3)
        command-line editing (Sec. 5.4.2)
        command-line options (Sec. 5.2.3)
        compile command option (-g) (Sec. 5.2.1)
        completing symbol name (Ctrl/Z) (Sec. 5.4.4)
        debugging techniques (Sec. 5.1.3)
        EDITMODE option (Sec. 5.4.2)
        EDITOR option (Sec. 5.4.2)
        entering multiple commands (Sec. 5.4.3)
        -g option (cc) (Sec. 5.2.1)
        initialization file (dbxinit) (Sec. 5.2.2)
        invoking a shell from dbx (Sec. 5.5.8)
        invoking an editor (Sec. 5.6.6)
        LINEEDIT option (Sec. 5.4.2)
        LINEEDIT option (Sec. 5.4.4)
        operator precedence (Sec. 5.3.2)
        predefined variables (Sec. 5.5.2)
        repeating commands (Sec. 5.4.1)

.dbxinit file (Sec. 5.2.2)

debugger
        See dbx debugger

debugging
        general concepts (Sec. 5.1)
        kernel debugging (-k option) (Sec. 5.2.3)
        programs using shared libraries (Sec. 4.8)

debugging tools
        See also dbx debugger
        See also ladebug debugger
        See also lint
        See also Third Degree
        supported by Tru64 UNIX (Sec. 1.3.3)

decomposition
        use in KAP (Sec. 10.1.4)

delete command (dbx) (Sec. 5.5.5)

development tools, software (Tru64 UNIX) (Sec. 1.3)

device special file names
        converting old-style and new-style (Sec. E.0)

-D_FASTMATH option (cc) (Sec. 10.1.5)

-D_INLINE_INTRINSICS option (cc) (Sec. 10.1.5)

-D_INTRINSICS option (cc) (Sec. 10.1.5)

direct I/O
        use to improve performance (Sec. 10.2.2)

direct memory access
        See DMA

directed decomposition
        use in KAP (Sec. 10.1.4)

directive
        pragma environment (Sec. 3.1)
        pragma extern_prefix (Sec. 3.2)
        pragma function (Sec. 3.4)
        pragma inline (Sec. 3.3)
        pragma intrinsic (Sec. 3.4)
        pragma linkage (Sec. 3.5)
        pragma member_alignment (Sec. 3.6)
        pragma message (Sec. 3.7)
        pragma pack (Sec. 3.8)
        pragma pointer_size (Sec. 3.9)
        pragma use_linkage (Sec. 3.10)
        pragma weak (Sec. 3.11)

directives
        ifdef (Sec. 2.3.3)
        include (Sec. 2.3.2)

directories
        linker search order (Sec. 2.5.3)

directories, source
        specifying in dbx (Sec. 5.6.1)

dis (object file tool) (Sec. 2.7.5)

disable command (dbx) (Sec. 5.5.5)

disk files, executable
        patching in dbx (Sec. 5.7.7)

distribution media
        loading applications on (Sec. 1.5)

DMA
        use by direct I/O (Sec. 10.2.2)

-D option
        use with -taso option (Sec. A.2.1)
        use with -taso option (Sec. A.2.2)

down command (dbx) (Sec. 5.6.2.2)

driver program
        compiler system (Sec. 2.1)

dsfcvt* routines (Sec. E.0)

dump command (dbx) (Sec. 5.9.2)

dynamically configurable subsystem
        creating (Sec. C.0)
        defined (Sec. C.1)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

E

edit command (dbx) (Sec. 5.6.6)

editing
        command-line editing in dbx (Sec. 5.4.2)

EDITMODE variable
        dbx command-line editing (Sec. 5.4.2)

editor
        invoking from dbx (Sec. 5.6.6)

EDITOR variable
        dbx command-line editing (Sec. 5.4.2)

enable command (dbx) (Sec. 5.5.5)

endian byte ordering
        supported by Tru64 UNIX (Sec. 2.2.1)

enter gate directive (Sec. D.2.7)

enumerated data type (Sec. 6.3.4)

environment directive
        pragma environment directive (Sec. 3.1)

environment variables
        EDITMODE (Sec. 5.4.2)
        EDITOR (Sec. 5.4.2)
        LINEEDIT (Sec. 5.4.2)
        MP_CHUNK_SIZE (Sec. D.3)
        MP_SPIN_COUNT (Sec. 13.2)
        MP_SPIN_COUNT (Sec. D.3)
        MP_STACK_SIZE (Sec. 13.2)
        MP_STACK_SIZE (Sec. D.3)
        MP_THREAD_COUNT (Sec. 13.2)
        MP_THREAD_COUNT (Sec. D.3)
        MP_YIELD_COUNT (Sec. 13.2)
        MP_YIELD_COUNT (Sec. D.3)
        PROFFLAGS (Sec. 8.10)
        setting in dbx (Sec. 5.7.9)

Event Manager
        See EVM

event poster (EVM)
        definition (Sec. 14.1)

event subscriber (EVM)
        definition (Sec. 14.1)

event templates
        how to create (Sec. 14.6.3)

events (EVM)
        See also EVM
        authorization to send or receive (Sec. 14.4)
        contents of (Sec. 14.5)
        data items (Sec. 14.5)
        designing (Sec. 14.6)
        event names (Sec. 14.5.1.1)
        event priority (Sec. 14.5.1.3)
        event reception filters (Sec. 14.7.9)
        format data item (Sec. 14.5.1.2)

EVM
        See also events (EVM)
        See also EVM functions
        callback functions (Sec. 14.2)
        event poster
                definition (Sec. 14.1)
        event reception filters (Sec. 14.7.9)
        event subscriber
                definition (Sec. 14.1)
        header file requirements (Sec. 14.7.1)
        interaction with binlog and syslog (Sec. 14.2)
        programming interface (Sec. 14.7)
        return status codes (Sec. 14.7.3)
        starting and stopping (Sec. 14.3)

EVM commands
        evmget (Sec. 14.1)

EVM functions
        EvmConnCheck (Sec. 14.7.10.7)
        EvmConnControl (Sec. 14.7.10.10)
        EvmConnCreate (Sec. 14.7.10.4)
        EvmConnDestroy (Sec. 14.7.10.4)
        EvmConnDispatch (Sec. 14.7.10.6)
        EvmConnFdGet (Sec. 14.7.10.7)
        EvmConnSubscribe (Sec. 14.7.10.6)
        EvmConnWait (Sec. 14.7.10.6)
        EvmEventCreate (Sec. 14.7.10.1)
        EvmEventCreateVa (Sec. 14.7.10.2)
        EvmEventDestroy (Sec. 14.7.10.1)
        EvmEventFormat (Sec. 14.7.10.6)
        EvmEventNameMatch (Sec. 14.7.10.9)
        EvmEventNameMatchStr (Sec. 14.7.10.9)
        EvmEventPost (Sec. 14.7.10.4)
        EvmEventRead (Sec. 14.7.10.5)
        EvmEventValidate (Sec. 14.7.10.5)
        EvmEventWrite (Sec. 14.7.10.5)
        EvmFilterCreate (Sec. 14.7.10.8)
        EvmFilterDestroy (Sec. 14.7.10.8)
        EvmFilterSet (Sec. 14.7.10.8)
        EvmFilterTest (Sec. 14.7.10.8)
        EvmItemGet (Sec. 14.7.10.1)
        EvmItemRelease (Sec. 14.7.10.1)
        EvmItemSet (Sec. 14.7.10.1)
        EvmItemSetVa (Sec. 14.7.10.2)
        EvmVarGet (Sec. 14.7.10.3)
        EvmVarRelease (Sec. 14.7.10.3)
        EvmVarSet (Sec. 14.7.10.3)

exception
        definition (Sec. 11.0)
        frame-based (Sec. 11.3)
        structured (Sec. 11.3)

exception code (Sec. 11.3)

exception filter (Sec. 11.3)

exception handler
        locating on the run-time stack (Sec. 11.3)

exception handling
        application development considerations (Sec. 11.0)
        floating-point operations
                performance considerations (Sec. 10.1.1)
        header files (Sec. 11.1.3)

exception_code function (Sec. 11.3)

exception_info function (Sec. 11.3)

excpt.h header file (Sec. 11.1.3)

executable disk files
        patching in dbx (Sec. 5.7.7)

executable program
        creating (Sec. 2.1)
        creating (Sec. 2.5.2)
        running (Sec. 2.6)

exit gate directive (Sec. D.2.7)

expressions
        displaying values in dbx (Sec. 5.7.5)
        displaying values in dbx (Sec. 5.9.1)
        operator precedence in dbx (Sec. 5.3.2)

external names (Sec. 6.7.3)

external references
        reducing resolution during linking (Sec. 10.1.1)

extern_prefix directive
        pragma extern_prefix directive (Sec. 3.2)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

F

-fast option (cc) (Sec. 10.1.1)

feedback files
        profile-directed optimization (Sec. 10.1.4)
        profile-directed optimization (Sec. 8.4)
        profile-directed optimization (Sec. 8.4.2.2)
        profile-directed reordering with cord (Sec. 8.4.2.3)

-feedback option (cc) (Sec. 10.1.1)
-feedback option (cc) (Sec. 8.4.2.2)

-feedback option (pixie) (Sec. 8.4.2.3)

file (object file tool) (Sec. 2.7.3)

file command (dbx) (Sec. 5.6.3)

file names
        suffixes for programming language files (Sec. 2.1)

file sharing
        effects on performance (Sec. 10.1.2)

files
        See archive files; executable disk files; header files; object files; source files

fixso utility (Sec. 4.7.3)

floating-point operations (complicated)
        use of CXML (Sec. 10.1.5)

floating-point operations
        exception handling (Sec. 10.1.1)
        -fp_reorder option (cc) (Sec. 10.1.1)
        use of KAP (Sec. 10.1.4)

floating-point range and processing
        IEEE standard (Sec. 2.2.2)

format data item (EVM) (Sec. 14.5.1.2)

-fp_reorder option (cc) (Sec. 10.1.1)
-fp_reorder option (cc) (Sec. 10.1.1)

fpu.h header file (Sec. 11.1.3)

frame-based exception handling (Sec. 11.3)

func command (dbx) (Sec. 5.6.2.2)

function directive
        pragma function directive (Sec. 3.4)

functions
        checking performed by lint (Sec. 6.4)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

G

-G option (cc) (Sec. 10.1.1)

-g option (cc) (Sec. 5.2.1)
-g option (cc) (Sec. 8.3)

goto command (dbx) (Sec. 5.7.4)

gprof
        See also profiling
gprof (Sec. 8.5.2.1)
gprof (Sec. 8.5.2.1)

-granularity option (cc) (Sec. 13.1)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

H

handling exceptions (Sec. 11.0)

header file
        including (Sec. 2.3.2)

header files
        c_excpt.h (Sec. 11.1.3)
        excpt.h (Sec. 11.1.3)
        fpu.h (Sec. 11.1.3)
        multilanguage (Sec. 2.3.3)
        pdsc.h (Sec. 11.1.3)
        standards conformance in (Sec. 1.2.1)

heap memory analyzer
        and profiling (Sec. 8.6.2.2)
hiprof (Sec. 8.5.2.1)
hiprof (Sec. 8.5.2.1)
hiprof (Sec. 8.5.2.2)
hiprof (Sec. 8.5.2.2)
hiprof (Sec. 9.1.1)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

I

-I option (dbx) (Sec. 5.2.3)

-i option (dbx) (Sec. 5.2.3)

-ieee option (cc) (Sec. 10.1.1)

IEEE floating-point
        See floating-point range and processing

ifdef directive
        for multilanguage include files (Sec. 2.3.3)

-ifo option (cc) (Sec. 10.1.1)
-ifo option (cc) (Sec. 10.1.1)

ignore command (dbx) (Sec. 5.8.5)

image activation in dbx (Sec. 5.8.2)

include file
        See header file

inline directive
        pragma inline directive (Sec. 3.3)

-inline option (cc) (Sec. 10.1.1)

inlining, procedure
        compilation optimizations (Sec. 10.1.1)
        -D_INLINE_INTRINSICS option (cc) (Sec. 10.1.5)

installation tools (Sec. 1.5)

instruction and source line profiling (Sec. 8.5.2.2)

instruction set, Alpha
        using non-native instructions (Sec. 10.2.1)

integer division
        substituting floating-point division (Sec. 10.2.1)

integer multiplication
        substituting floating-point multiplication (Sec. 10.2.1)

internationalization
        developing applications (Sec. 1.2.2)

interprocess communications
        See IPC
        pipes (Sec. 1.6)
        signals (Sec. 1.6)
        sockets (Sec. 1.6)
        STREAMS (Sec. 1.6)
        System V IPC (Sec. 1.6)
        threads (Sec. 1.6)
        X/Open Transport Interface (XTI) (Sec. 1.6)

intrinsic directive
        pragma intrinsic directive (Sec. 3.4)

ISO standards
        application development considerations (Sec. 1.2.1)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

K

-k option (dbx) (Sec. 5.2.3)

KAP
        usage recommendation (Sec. 10.1.4)

kernel debugging
        -k option (Sec. 5.2.3)

Kuck & Associates Preprocessor
        See KAP

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

L

ladebug debugger (Sec. 5.0)

large data sets
        handling efficiently (Sec. 10.1.4)

ld command (Sec. 2.5.2)
        linking taso shared objects (Sec. A.2.1)
        specifying -taso option (Sec. A.2.1)
        using in System V habitat (Sec. B.1)

ld linker
        handling assembly language files (Sec. 2.5.2)
        linking object files (Sec. 1.3.2)
        linking with shared libraries (Sec. 4.3)
        using directly or through cc (Sec. 2.5)

leave statement (Sec. 11.4)

libc.so default C library (Sec. 2.5.3)

libexc exception library (Sec. 11.0)

libpthread.so (Sec. 12.1)

libraries
        shared (Sec. 4.0)

library
        linking programs with (Sec. 2.5.3)

library description files (lint) (Sec. 6.10)

library selection
        effect on performance (Sec. 10.1.5)

limiting search paths (Sec. 4.3)

limits.h file (Sec. C.2.2)

LINEEDIT variable
        dbx command-line editing (Sec. 5.4.2)
        dbx symbol name completion (Sec. 5.4.4)

linkage directive
        pragma linkage directive (Sec. 3.5)

linker
        See ld linker

linking applications
        by using compiler command (Sec. 2.5.1)
        in System V habitat (Sec. B.1)

linking options
        effects of file sharing (Sec. 10.1.2)

lint (Sec. 6.1)
        coding error checking (Sec. 6.8)
        coding problem checker (Sec. 6.0)
        command syntax (Sec. 6.1)
        creating a lint library (Sec. 6.10)
        data type checking (Sec. 6.3)
        error messages (Sec. 6.11)
        increasing table size (Sec. 6.9)
        migration checking (Sec. 6.6)
        options (Sec. 6.0)
        options (Sec. 6.1)
        portability checking (Sec. 6.7)
        program flow checking (Sec. 6.2)
        variable and function checking (Sec. 6.4)
        warning classes (Sec. 6.12)

list command (dbx) (Sec. 5.6.4)

listobj command (dbx) (Sec. 5.5.6)

load time
        reducing shared library load time (Sec. 10.1.2)

loadable subsystem
        defined (Sec. C.1)

loader
        search path of (Sec. 4.2.2)

long pointer (Sec. A.0)

loops
        KAP optimizations (Sec. 10.1.4)
        lint analysis of (Sec. 6.2)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

M

macros
        predefined (Sec. 2.3.1)

magic number (Sec. 2.7.3)

malloc function
        tuning options (Sec. 10.2.4)
        use with -taso option (Sec. A.2.2)

member_alignment directive
        pragma member_alignment directive (Sec. 3.6)

memory
        detecting leaks (Sec. 7.0)
        detecting leaks (Sec. 8.6.2.2)
        displaying contents in dbx (Sec. 5.9.3)
        tuning memory usage (Sec. 10.2.4)

memory access
        detecting uninitialized or invalid (Sec. 7.0)

message directive
        pragma message directive (Sec. 3.7)

messages, IPC
        See System V IPC

misaligned data
        See unaligned data

misses, cache
        avoiding (Sec. 10.2.4)

mmap system call
        shared libraries (Sec. 4.10)
        use with -taso option (Sec. A.2.2)

-module_path option (dbx) (Sec. 5.2.3)

-module_verbose option (dbx) (Sec. 5.2.3)

moncontrol routine (Sec. 8.11)
        sample code (Sec. 8.11)

monitor routines
        for controlling profiling (Sec. 8.11)

monitoring tools (Sec. 8.0)

monitor_signal routine (Sec. 8.11)
        sample code (Sec. 8.11)

monstartup routine (Sec. 8.11)
        sample code (Sec. 8.11)

-mp option (cc) (Sec. 13.1)

mpc_destroy routine (Sec. 13.3.2)

MP_CHUNK_SIZE variable (Sec. D.3)

MP_SPIN_COUNT variable (Sec. 13.2)
MP_SPIN_COUNT variable (Sec. D.3)

MP_STACK_SIZE variable (Sec. 13.2)
MP_STACK_SIZE variable (Sec. D.3)

MP_THREAD_COUNT variable (Sec. 13.2)
MP_THREAD_COUNT variable (Sec. D.3)

MP_YIELD_COUNT variable (Sec. 13.2)
MP_YIELD_COUNT variable (Sec. D.3)

multilanguage program
        compiling (Sec. 2.4.2)
        include files for (Sec. 2.3.3)

multiprocessing, symmetrical
        See SMP

multithreaded application
        developing libraries for (Sec. 12.0)
        how to build (Sec. 12.5)
        profiling (Sec. 8.10)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

N

name resolution
        semantics (Sec. 4.2.3)

name space
        cleanup (Sec. 2.8)

naming conventions
        shared libraries (Sec. 4.1)

next command (dbx) (Sec. 5.7.2)

nexti command (dbx) (Sec. 5.7.2)

nm (object file tool) (Sec. 2.7.2)

nm command (Sec. 2.7.2)

-noaccuracy_sensitive option (cc)
        See -fp_reorder option

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

O

-O option (cc) (Sec. 10.1.1)
-O option (cc) (Sec. 10.1.1)
-O option (cc) (Sec. 10.1.1)
-O option (cc) (Sec. 10.1.1)
-O option (cc) (Sec. 10.1.4)
-O option (cc) (Sec. 2.5.1)
-O option (cc) (Sec. 8.3)
        shared library problems (Sec. 4.13)
        use to avoid lint messages (Sec. 6.2)

object file
        determining file type (Sec. 2.7.3)
        determining section sizes (Sec. 2.7.4)
        disassembling into machine code (Sec. 2.7.5)
        dumping selected parts of (Sec. 2.7.1)
        listing symbol table information (Sec. 2.7.2)

object file tools (Sec. 2.7)
        dis (Sec. 2.7.5)
        file (Sec. 2.7.3)
        nm (Sec. 2.7.2)
        odump (Sec. 2.7.1)
        size (Sec. 2.7.4)

odump (object file tool) (Sec. 2.7.1)

odump command (Sec. A.2.1)

-Olimit option (cc) (Sec. 10.1.1)

-om
        postlink optimizer (Sec. 10.1.3)

-om option (cc) (Sec. 10.1.1)

omp barrier directive (Sec. 13.4.2)

-omp option (cc) (Sec. 13.1)

omp parallel directive (Sec. 13.4.1)

one processor directive (Sec. D.2.5)

OpenMP directive (Sec. 13.0)

operators
        precedence in dbx expressions (Sec. 5.3.2)

optimization
        automatic and profile-directed (Sec. 8.4)
        compilation options (Sec. 2.5.1)
        compiler optimization options (Sec. 10.1.1)
        improving with feedback file (Sec. 10.1.4)
        improving with feedback file (Sec. 8.4)
        post linking (Sec. 10.1.3)
        techniques (Sec. 10.0)
        use of -O option (cc) (Sec. 10.1.1)
        when profiling (Sec. 8.3)

options, cc compiler (Sec. 2.4)

output errors
        using dbx to isolate (Sec. 5.1.4)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

P

-p option (cc) (Sec. 8.5.2.2)
-p option (cc) (Sec. 8.5.2.2)

pack directive
        pragma pack directive (Sec. 3.8)

parallel directive (Sec. D.2.1)

parallel processing
        OpenMP directives (Sec. 13.0)
        pre-OpenMP style (Sec. D.0)

parameter
        See attribute

patch command (dbx) (Sec. 5.7.7)

pdsc.h header file (Sec. 11.1.3)

performance
        profiling to improve (Sec. 8.0)

pfor directive (Sec. D.2.2)

-pg option (cc) (Sec. 8.5.2.1)
-pg option (cc) (Sec. 8.5.2.1)

pipes (Sec. 1.6)

pixie
        See also profiling
pixie (Sec. 8.4.2.2)
pixie (Sec. 8.5.2.2)
pixie (Sec. 8.5.2.2)
pixie (Sec. 8.7.2)
pixie (Sec. 9.1.1)

-pixstats option (prof) (Sec. 8.5.2.2)

playback input command (dbx) (Sec. 5.9.4.1)

playback output command (dbx) (Sec. 5.9.4.2)

pointer size
        conversion (Sec. A.0)

pointers
        32-bit (Sec. A.1)
        compound (Sec. A.0)
        long (Sec. A.0)
        reducing memory use for pointers (-xtaso) (Sec. 10.2.4)
        short (Sec. A.0)
        simple (Sec. A.0)

pointer_size directive
        pragma pointer_size directive (Sec. 3.9)

portability
        bit fields (Sec. 6.7.2)
        external names (Sec. 6.7.3)
        standards (Sec. 1.2)

POSIX standards
        application development considerations (Sec. 1.2)
        application development considerations (Sec. 1.2.1)

poster
        See event poster (EVM)

pragma
        critical (Sec. D.2.4)
        enter gate (Sec. D.2.7)
        environment (Sec. 3.1)
        exit gate (Sec. D.2.7)
        extern_prefix (Sec. 3.2)
        function (Sec. 3.4)
        inline (Sec. 3.3)
        intrinsic (Sec. 3.4)
        linkage (Sec. 3.5)
        member_alignment (Sec. 3.6)
        message (Sec. 3.7)
        omp barrier (Sec. 13.4.2)
        omp parallel (Sec. 13.4.1)
        one processor (Sec. D.2.5)
        pack (Sec. 3.8)
        parallel (Sec. D.2.1)
        pfor (Sec. D.2.2)
        pointer_size (Sec. 3.9)
        psection (Sec. D.2.3)
        section (Sec. D.2.3)
        synchronize (Sec. D.2.6)
        threadprivate (Sec. 13.4.3)
        use_linkage (Sec. 3.10)
        weak (Sec. 3.11)

predefined variables
        in dbx (Sec. 5.5.2)

-preempt_module option (cc) (Sec. 10.1.1)

-preempt_symbol option (cc) (Sec. 10.1.1)

preprocessor, C
        See C preprocessor

print command (dbx) (Sec. 5.9.1)

printregs command (dbx) (Sec. 5.9.1)

procedure calls
        handling efficiently (Sec. 10.1.4)

procedure inlining
        compilation optimizations (Sec. 10.1.1)
        -D_INLINE_INTRINSICS option (cc) (Sec. 10.1.5)

prof
        See also profiling
prof (Sec. 8.5.2.2)
prof (Sec. 8.5.2.2)
prof (Sec. 8.5.2.2)

PROFFLAGS
        environment variable (Sec. 8.10)

profiling (Sec. 8.0)
        automatic and profile-directed optimizations (Sec. 8.4)
        CPU-time profiling with call-graph (Sec. 8.5.2.1)
        CPU-time/event profiling for source lines and instructions (Sec. 8.5.2.2)
        feedback files for optimization (Sec. 8.4)
        feedback files for optimization (Sec. 8.4.2.2)
        feedback files for optimization (Sec. 8.4.2.3)
        -g option (cc) (Sec. 8.3)
        gprof (Sec. 8.5.2.1)
        gprof (Sec. 8.5.2.1)
        hiprof (Sec. 8.5.2.1)
        hiprof (Sec. 8.5.2.1)
        hiprof (Sec. 8.5.2.2)
        hiprof (Sec. 8.5.2.2)
        hiprof (Sec. 9.1.1)
        instructions and source lines (Sec. 8.5.2.2)
        limiting display by line (Sec. 8.8.3)
        limiting display information (Sec. 8.8)
        manual design and code optimizations (Sec. 8.5)
        memory leaks (Sec. 8.6.2.2)
        merging data files (Sec. 8.4.2.2)
        merging data files (Sec. 8.9)
        minimizing system resource usage (Sec. 8.6)
        moncontrol routine (Sec. 8.11)
        monitor_signal routine (Sec. 8.11)
        monstartup routine (Sec. 8.11)
        multithreaded applications (Sec. 8.10)
        -O option (cc) (Sec. 8.3)
        -p option (cc) (Sec. 8.5.2.2)
        -p option (cc) (Sec. 8.5.2.2)
        PC sampling with hiprof (Sec. 8.5.2.2)
        -pg option (cc) (Sec. 8.5.2.1)
        -pg option (cc) (Sec. 8.5.2.1)
        pixie (Sec. 8.4.2.2)
        pixie (Sec. 8.5.2.2)
        pixie (Sec. 8.5.2.2)
        pixie (Sec. 8.7.2)
        pixie (Sec. 9.1.1)
        prof (Sec. 8.5.2.2)
        prof (Sec. 8.5.2.2)
        prof (Sec. 8.5.2.2)
        profile-directed reordering with cord (Sec. 8.4.2.3)
        sample program (Sec. 8.2)
        selecting information to display (Sec. 8.8)
        shared library (Sec. 8.5.2.1)
        shared library (Sec. 8.8.4)
        source lines and instructions (Sec. 8.5.2.2)
        -testcoverage option (pixie) (Sec. 8.7.2)
        Third Degree (Sec. 7.0)
        Third Degree (Sec. 8.6.2.2)
        Third Degree (Sec. 9.1.1)
        uprofile (Sec. 8.5.2.2)
        uprofile (Sec. 8.5.2.2)
        using Atom tools (Sec. 9.0)
        using heap memory analyzer (Sec. 8.6.2.2)
        using monitor routines (Sec. 8.11)
        using optimization options when (Sec. 8.3)
        using system monitors (Sec. 8.6.2.1)
        verifying significance of test cases (Sec. 8.7)

program checking
        C programs (Sec. 6.1)

program installation tools (Sec. 1.5)

programming languages supported by Tru64 UNIX (Sec. 1.3.1)

-protect_headers option (Sec. A.3.3)

protect_headers_setup script (Sec. A.3.3)

psection directive (Sec. D.2.3)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Q

question mark (?)
        search command in dbx (Sec. 5.6.5)

quickstart
        reducing shared library load time (Sec. 10.1.2)
        troubleshooting
                fixso (Sec. 4.7.3)
                manually (Sec. 4.7.2)
        using (Sec. 4.7)

quit command (dbx) (Sec. 5.2.3)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

R

-r option (dbx) (Sec. 5.2.3)

RCS code management system (Sec. 1.4)

record input command (dbx) (Sec. 5.9.4)
record input command (dbx) (Sec. 5.9.4.1)

record output command (dbx) (Sec. 5.9.4.2)

registers
        displaying values in dbx (Sec. 5.9.1)

rerun command (dbx) (Sec. 5.7.1)

resolution of symbols
        shared libraries (Sec. 4.2)

return command (dbx) (Sec. 5.7.3)

routines
        calling under dbx control (Sec. 5.7.8)

run command (dbx) (Sec. 5.7.1)

run time
        build options that affect run time (Sec. 10.1)
        coding guidelines for improving (Sec. 10.2)

run-time errors
        using dbx to isolate (Sec. 5.1.3)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

S

SCCS (Source Code Control System) (Sec. 1.4)

scope
        See also activation levels
        determining activation levels (Sec. 5.1.2)
        determining scope of variables (Sec. 5.8.3)
        specifying scope of dbx variables (Sec. 5.3.1)

search commands in dbx (/ and ?) (Sec. 5.6.5)

search order
        linker libraries (Sec. 2.5.3)

search path
        limiting (Sec. 4.3)
        loader (Sec. 4.2.2)
        shared libraries (Sec. 4.2.1)

section directive (Sec. D.2.3)

secure programs (Sec. 1.2.4)

semantics
        name resolution (Sec. 4.2.3)
        name resolution (Sec. 4.2.3)

semaphores
        See System V IPC

set command (dbx) (Sec. 5.5.1)

setenv command (dbx) (Sec. 5.7.9)
        effect on debugger (Sec. 5.4.2)
        effect on debugger (Sec. 5.4.4)

setld utility (Sec. 1.5)

sh command (dbx) (Sec. 5.5.8)

shared libraries
        advantages (Sec. 4.1)
        applications that cannot use (Sec. 4.4)
        backwards compatibility (Sec. 4.11.1)
        binary incompatibility (Sec. 4.11.1)
        creating (Sec. 4.5)
        debugging programs using (Sec. 4.8)
        displaying in dbx (Sec. 5.5.6)
        linking with a C program (Sec. 4.3)
        major version (Sec. 4.11.3)
        minor version (Sec. 4.11.3)
        mmap system call (Sec. 4.10)
        multiple version dependencies (Sec. 4.11.5)
        naming convention (Sec. 4.1)
        overview (Sec. 4.1)
        partial version (Sec. 4.11.4)
        performance considerations (Sec. 10.1.2)
        search path (Sec. 4.2.1)
        specifying the location for core dumps (Sec. 5.5.7)
        symbol resolution (Sec. 4.2)
        turning off (Sec. 4.4)
        version identifier (Sec. 4.11.2)
        versioning (Sec. 4.11)

shared library
        profiling (Sec. 8.5.2.1)
        profiling (Sec. 8.8.4)

shared library versioning
        defined (Sec. 4.11.1)

shared object (Sec. 4.7)

short pointer (Sec. A.0)

signals (Sec. 1.6)
        stopping at in dbx (Sec. 5.8.5)

signed variables
        effect on performance (Sec. 10.2.4)

simple pointer (Sec. A.0)

size (object file tool) (Sec. 2.7.4)

slash (/)
        search command in dbx (Sec. 5.6.5)

SMP
        decomposition support in KAP (Sec. 10.1.4)

sockets (Sec. 1.6)

software development tools (Tru64 UNIX) (Sec. 1.3)

source code
        checking with lint (Sec. 6.1)
        listing in dbx (Sec. 5.6.4)
        searching in dbx (Sec. 5.6.5)

source code compatibility
        in System V habitat (Sec. B.1)

Source Code Control System
        SCCS (Sec. 1.4)

source command (dbx) (Sec. 5.9.4.1)

source directories
        specifying in dbx (Sec. 5.6.1)

source files
        controlling access to (Sec. 1.4)
        specifying in dbx (Sec. 5.6.3)

source line and instruction profiling (Sec. 8.5.2.2)

-speculate option (cc) (Sec. 10.1.1)
-speculate option (cc) (Sec. 10.1.1)

stack trace
        obtaining in dbx (Sec. 5.6.2.1)
        using to identify activation level (Sec. 5.1.2)
        using to identify activation level (Sec. 5.6.2)

standards
        programming considerations (Sec. 1.2.1)

startup time
        decreasing (Sec. 10.1.2)

static subsystem
        defined (Sec. C.1)

status command (dbx) (Sec. 5.5.4)

stdump (object file tool) (Sec. 2.8)

step command (dbx) (Sec. 5.7.2)

stepi command (dbx) (Sec. 5.7.2)

stop command (dbx) (Sec. 5.8.2)

stopi command (dbx) (Sec. 5.8.2)

$stop_on_exec variable (dbx) (Sec. 5.8.2)
$stop_on_exec variable (dbx) (Sec. 5.8.2)

storage class modifier
        _ _align (Sec. 2.2.5)

STREAMS (Sec. 1.6)

strings command (Sec. 2.7)

strong symbol (Sec. 2.8)

structure
        member alignment (Sec. 2.2.3)

structure alignment
        pragma member_alignment directive (Sec. 3.6)

structured exception handling (Sec. 11.3)

structures
        checking performed by lint (Sec. 6.3.2)

subscriber
        See event subscriber (EVM)

suffixes, file name
        for programming language files (Sec. 2.1)

symbol names
        completing using Ctrl/Z in dbx (Sec. 5.4.4)

symbol table
        ANSI name space cleanup (Sec. 2.8)
        listing (Sec. 2.7.2)

symbol, strong (Sec. 2.8)

symbol, weak (Sec. 2.8)

symbols
        binding (Sec. 4.12)
        name resolution semantics (Sec. 4.2.3)
        options for handling unresolved symbols (Sec. 4.2.4)
        resolution (Sec. 4.2.3)
        resolving in shared libraries (Sec. 4.2)
        search path (Sec. 4.2.1)

symmetrical multiprocessing
        See SMP

synchronize directive (Sec. D.2.6)

sysconfig command (Sec. C.0)
sysconfig command (Sec. C.7)

sysconfigtab database (Sec. C.1)

system calls
        differences in System V habitat (Sec. B.1)

system libraries (Sec. 4.0)

System V habitat (Sec. B.0)
        compiling and linking applications in (Sec. B.1)
        summary of system calls (Sec. B.2)
        using cc command (Sec. B.1)
        using ld command (Sec. B.1)

System V IPC (Sec. 1.6)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

T

-taso option
        cc command (Sec. A.2)
        effect of -T and -D options (Sec. A.2.2)

templates (EVM)
        See event templates

termination handler
        how to code (Sec. 11.4)

-testcoverage option (pixie) (Sec. 8.7.2)

text segment
        effect of -taso option (Sec. A.2.1)

Third Degree (Sec. 7.0)
        See also profiling
Third Degree (Sec. 8.6.2.2)
Third Degree (Sec. 9.1.1)

thread-safe code
        how to write (Sec. 12.4)

thread-safe routine
        characteristics (Sec. 12.3)

threadprivate directive (Sec. 13.4.3)

threads (Sec. 1.6)
        debugging multithreaded applications (Sec. 5.12)
        direct I/O use (Sec. 10.2.2)
        profiling multithreaded applications (Sec. 8.10)
        Visual Threads (Sec. 5.0)

tlist command (dbx) (Sec. 5.12)

tools
        major tools for software development (Sec. 1.3)

-T option
        use with -taso option (Sec. A.2.1)
        use with -taso option (Sec. A.2.2)

trace command (dbx) (Sec. 5.8.3)

tracei command (dbx) (Sec. 5.8.3)

truncated address support option
        See also -taso option
truncated address support option (Sec. A.2)

trusted programs (Sec. 1.2.4)

try...except statement
        use in exception handler (Sec. 11.3)

try...finally statement
        use in termination handler (Sec. 11.4)

tset command (dbx) (Sec. 5.12)

tstack command (dbx) (Sec. 5.12)
tstack command (dbx) (Sec. 5.6.2.1)

-tune option (cc) (Sec. 10.1.1)

type casts
        checking performed by lint (Sec. 6.3.5)
        when to avoid (Sec. 10.2.4)

type declarations
        displaying in dbx (Sec. 5.6.8)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

U

unalias command (dbx) (Sec. 5.5.3)

unaligned data
        avoiding (Sec. 10.2.3)

unions
        checking performed by lint (Sec. 6.3.2)

unresolved symbols
        options to ld command (Sec. 4.2.4)
        shared libraries (Sec. 4.2)

-unroll option (cc) (Sec. 10.1.1)

unset command (dbx) (Sec. 5.5.1)

unsigned variables
        effect on performance (Sec. 10.2.4)

up command (dbx) (Sec. 5.6.2.2)

-update option (pixie) (Sec. 8.4.2.2)

-update option (prof) (Sec. 8.4.2.2)

uprofile
        See also profiling
uprofile (Sec. 8.5.2.2)
uprofile (Sec. 8.5.2.2)

use command (dbx) (Sec. 5.6.1)

use_linkage directive
        pragma use_linkage directive (Sec. 3.10)

/usr/shlib directory
        shared libraries (Sec. 4.1)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

V

variable data types (EVM) (Sec. 14.5.2)

variables
        See also environment variables
        assigning values to (Sec. 5.7.6)
        determining scope of (Sec. 5.8.3)
        displaying names in dbx (Sec. 5.6.7)
        displaying type declarations (Sec. 5.6.8)
        obtaining values within activation levels (Sec. 5.9.2)
        predefined variables in dbx (Sec. 5.5.2)
        tracing (Sec. 5.8.3)

variables, signed or unsigned
        effect on performance (Sec. 10.2.4)

versioning
        shared libraries (Sec. 4.11)

Visual Threads (Sec. 5.0)
Visual Threads (Sec. 8.10)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

W

warning classes (Sec. 6.12)

weak directive
        pragma weak directive (Sec. 3.11)

weak symbol (Sec. 2.8)

whatis command (dbx) (Sec. 5.6.8)

when command (dbx) (Sec. 5.8.4)

where command (dbx) (Sec. 5.6.2.1)

whereis command (dbx) (Sec. 5.6.7)

which command (dbx) (Sec. 5.6.7)

Click letter for quick access:
[Special Characters] A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

X

X/Open standards
        application development considerations (Sec. 1.2)
        application development considerations (Sec. 1.2.1)

X/Open Transport Interface (XTI) (Sec. 1.6)

-xtaso option (cc) (Sec. 10.2.4)
-xtaso option (cc) (Sec. A.1)

-xtaso_short option (cc) (Sec. A.1)

XTI (Sec. 1.6)