Symbol Table; Table 1.13: Coff Symbol Table - Texas Instruments TI-89 Software Manual

Sierra c assembler
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

18
for all other lines in a function are computed by offsetting the relative line
numbers in the line number entries by the absolute line number in the .bf
symbol's auxiliary entry.
1.4.7.

Symbol Table

Because of symbolic debugging requirements, the order of the symbols within
the symbol table is very important. The symbols appear in the order shown in
Table 1.13.
local symbols for function 1
local symbols for function 2
local symbols for function 1
all defined global symbols
all undefined global symbols

Table 1.13: COFF Symbol Table

Local symbols for a function are the symbols that are defined within a function
and accessible only within that function. The term statics as used in Table 1.13
identifies symbols that are C language variables of storage class static defined
outside any function. The symbol table consists of at least one 18-byte entry per
symbol with some symbols followed by one or more auxiliary entries also 18
bytes each. A symbol table entry contains the name of the symbol (or file offset
to the name), the value, the type, and other information.
TI-89 / TI-92 Plus Sierra C Assembler Reference Manual
filename 1
function 1
function 2
. . .
statics for file 1
. . .
filename 2
. . .
statics for file 2
. . .
Section 1: General Information
Not for Distribution
Beta Version February 2, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-89 plusTi-92 plus

Table of Contents