IMPORTSTRTAB

Creates a string table from the names of imported symbols.

IMPORTSTRTAB
  
Remarks

Import String Table Structure shows the structure of the import string table. As with an ELF string table, the system zero-terminates the library and symbol names.

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

Creating an Import String Table shows the code for creating an import string table.

Listing 1. Creating an Import String Table
.impstr:
{

 IMPORTSTRTAB

} > IMPSTR