Section 1: General Information
35
TI
-
89 / TI
-
92 Plus Sierra C Assembler Reference Manual Not for Distribution
Beta Version February 2, 2001
1.4.9.8. End of Structures
The auxiliary symbol table entries for the end of structures have the format
shown in Table 1.33.
Bytes Declaration Name Description
0-3 unsigned long symbol.tag_index Tag index
4-5 – – Unused (filled with 0's)
6-7 unsigned short symbol.u1.s.size Size of structure, union, or enumeration
8-17 – – Unused (filled with 0's)
Table 1.33: Auxiliary Symbol Entry for End of Structures
1.4.9.9. Names Related to Structures, Unions, and Enumerations
The auxiliary table entries for structure, union, and enumeration symbols have
the format shown in Table 1.34.
Bytes Declaration Name Description
0-3 unsigned long symbol.tag_index Tag index
4-5 – – Unused (filled with 0's)
6-7 unsigned short symbol.u1.size Size of structure, union, or enumeration
8-17 – – Unused (filled with 0's)
Table 1.34: Auxiliary Symbol Entry for Structures, Unions, Enumerations