Creates a jump table of the imported symbols.
IMPORTSYMTAB
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.
| 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 |
Creating an Import Symbol Table shows the code for creating an import symbol table.
.expsym:
{
IMPORTSYMTAB
} > EXPSYM