Go backward to STAB - Local Variable Descriptions
Go up to The SOURCE and STAB Directives
Go forward to STAB - Component Specifications

STAB - Structure and Union specifications

Each structure or union type used in the source program is described by a STAB-STRUCT directive followed by a sequence of STAB-COMPONENT directives. The STRUCT directive consists of the word "STRUCT" as first argument followed by an integer constant as the second argument. Each structure/union type must have a unique integer constant associated with it. This number is used to refer to the type in the type specifications found in LOCVAR, GLOBVAR and COMPONENT directives.

Prev Up Next