Contents
Page-10
Prev
Next
Page+10
Index
Relocatable Code
A relocatable code file contains the following items:
- Size of each static data area; each data area corresponds to a
location counter. There may be one data area, two for code
and for data, or many.
- Table of imported symbols: external symbols (not defined in that
module) that are referenced by the code.
- Table of exported symbols or entry points;
for each, its location counter number and offset from that location counter.
Name | LC | Offset |
GRAPH1 | 0 | 40 |
|
- Data or code for each data area.