Creates a string table from the names of exported symbols.
EXPORTSTRTAB
Export String Table Structure shows the structure of the export string table. As with an ELF string table, the system zero-terminates the library and symbol names.
| 0x00 | 1 byte |
| library name | varies |
| symbol1 name | varies |
| symbol2 name | varies |
Creating an Export String Table shows the code for creating an export string table.
.expstr:
{
EXPORTSTRTAB
} > EXPSTR