IMPORTSYMTAB

Creates a jump table of the imported symbols.

IMPORTSYMTAB
  
Remarks

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

Table 1. Import Symbol Table Structure
Size (in bytes) of import table 4 bytes
Index to library1 name in import string table 4 bytes
Number of entries in library1 4 bytes
Index to symbol1 name in import string table 4 bytes
Address of symbol1 vector in export string table 4 bytes
Index to symbol2 name in import string table 4 bytes
Address of symbol2 vector in export string table 4 bytes
Index to library2 name in import string table 4 bytes
Number of entries in library2 4 bytes
Example

Creating an Import Symbol Table shows the code for creating an import symbol table.

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

 IMPORTSYMTAB

} > EXPSYM