Storage classes for special symbols
Some special symbols are restricted to certain storage classes.
They are given in
``Storage class by special symbols''.
Storage class by special symbols
| 
Special Symbol
 | 
Storage Class
 | 
 
 | 
| 
.file
 | 
C_FILE
 | 
 
 | 
| 
.bb
 | 
C_BLOCK
 | 
 
 | 
| 
.eb
 | 
C_BLOCK
 | 
 
 | 
| 
.bf
 | 
C_FCN
 | 
 
 | 
| 
.ef
 | 
C_FCN
 | 
 
 | 
| 
.target
 | 
C_AUTO
 | 
 
 | 
| 
.xfake
 | 
C_STRTAG, C_UNTAG, C_ENTAG
 | 
 
 | 
| 
.eos
 | 
C_EOS
 | 
 
 | 
| 
.text
 | 
C_STAT
 | 
 
 | 
| 
.data
 | 
C_STAT
 | 
 
 | 
| 
.bss
 | 
C_STAT
 | 
 
 | 
Also some storage classes are used only for certain special symbols.
They are summarized in
``Restricted storage classes''.
Restricted storage classes
| 
Storage Class
 | 
Special Symbol
 | 
 
 | 
| 
C_BLOCK
 | 
.bb, .eb
 | 
 
 | 
| 
C_FCN
 | 
.bf, .ef
 | 
 
 | 
| 
C_EOS
 | 
.eos
 | 
 
 | 
| 
C_FILE
 | 
.file
 | 
 
 | 
Next topic: 
Symbol value field
Previous topic: 
Storage classes
© 2003 Caldera International, Inc.  All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003