EXPORTSYMTAB

Creates a jump table of the exported symbols.

EXPORTSYMTAB
  
Remarks

Export Symbol Table Structure shows the structure of the export symbol table. The start of the export symbol table must be aligned on at least a four-byte boundary.

Table 1. Export Symbol Table Structure
Size (in bytes) of export table 4 bytes
Index to library name in export symbol table 4 bytes
Index to symbol1 name in export symbol table 4 bytes
Address of symbol1 4 bytes
A5 value for symbol1 4 bytes
Index to symbol2 name in export symbol table 4 bytes
Address of symbolf2 4 bytes
A5 value for symbol2 4 bytes
Example

Creating an Export Symbol Table shows the code for creating an export symbol table.

Listing 1. Creating an Export Symbol Table
.expsym:
{

 EXPORTSYMTAB

} > EXPSYM