| SYMTB | Back to Index page |
|
Prolog Control Block Contents SYMTB DSECT Storage Layout Cross Reference (Contains links to field and bit definitions) |
|
| SYMTB Prolog | Top of page |
NAME : HCPSYMTB
DESCRIPTION: Symbol Table Entry
DSECT : SYMTB
FUNCTION : The Symbol Table Entry contains information to
describe the location, size and (possibly) attributes
of CP external labels.
LOCATED BY : SYMPT, LOCATE process pointer blocks.
CREATED BY : HCPCFD as a result of a dynamic load as a result
of CPXLOAD.
HCPLDR during the CP nucleus build process.
DELETED BY : HCPCFD as a result of a dynamic unload of executable
code.
REFERENCES : None
SERIALIZED : Additions or changes to the SYMTB entries is controlled
by the SYMLHLCK lock.
RELOCATION CONSIDERATIONS : None
NOTES : SYMTB entries never exist alone, they are always part
of @MAPSTRT-@MAPEND set of SYMTB entries, or are part
of a page of SYMTB entries created by HCPCFDAD during
normal system operation as a result of CPXLOAD.
|
| SYMTB Control Block Content | Top of page |
|
| SYMTB Storage Layout | Top of page |
*** SYMTB - Symbol Table Entry
*
* +-------------------------------------------------------+
* 0 | SYMTBNM |
* +---------------------------+------+--------------------+
* 8 | SYMTBVA |:TBF0 | SYMTBLN |
* +------+------+------+------+------+--------------------+
* 10 |:TBF1 |:TBF2 |:TBF3 |:TBF4 | 14
* +------+------+------+------+
*
*** SYMTB - Symbol Table Entry
|
| SYMTB Cross Reference | Top of page |
Symbol Dspl Value -------------- ---- ----- SYMTBDSZ 0014 00000014 SYMTBF0 000C SYMTBF0L 000C 80 SYMTBF1 0010 SYMTBF2 0011 SYMTBF3 0012 SYMTBF4 0013 SYMTBF4T 0013 40 SYMTBLN 000D SYMTBNM 0000 SYMTBSSZ 000D 00000010 SYMTBVA 0008 |
Copyright IBM Corporation, 1990, 2013