EXPORTSTRTAB

Creates a string table from the names of exported symbols.

EXPORTSTRTAB
  
Remarks

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.

Table 1. Export String Table Structure
0x00 1 byte
library name varies
symbol1 name varies
symbol2 name varies
Example

Creating an Export String Table shows the code for creating an export string table.

Listing 1. Creating an Export String Table
.expstr:
{

 EXPORTSTRTAB

} > EXPSTR