Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 788 Bytes

ii.22.31-moduleref-0x1a.md

File metadata and controls

17 lines (9 loc) · 788 Bytes

II.22.31 ModuleRef: 0x1A

The ModuleRef table has the following column:

  • Name (an index into the String heap)

The rows in the ModuleRef table result from .module extern directives in the Assembly (§II.6.5).

This contains informative text only.

  1. Name shall index a non-empty string in the String heap. This string shall enable the CLI to locate the target module (typically, it might name the file used to hold the module) [ERROR]

  2. There should be no duplicate rows [WARNING]

  3. Name should match an entry in the Name column of the File table. Moreover, that entry shall enable the CLI to locate the target module (typically it might name the file used to hold the module) [ERROR]

End informative text.