Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion document/metadata/code/binary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ section of format *T*.

Where :math:`\X{off}` is the byte offset of the attached instruction, relative to the beginning of the |Bfunc| declaration, and :math:`\X{data}` is a further payload, whose content depends on the format :math:`T`.

|Bcodemetadatafunc| entries must appear in order of increasing :math:`x`, and duplicate id values are not allowed. |Bcodemetadata| entries must appear in order of increasing :math:`\X{off}`, and duplicate offset values are not allowed.
At most one |Bcodemetadatasec| can be present in a module for a given format *T*, and it must appear before the |Bcodesec|.

|Bcodemetadatafunc| entries must appear in order of increasing :math:`x`, and duplicate id values are not allowed.

|Bcodemetadata| entries must appear in order of increasing :math:`\X{off}`, and duplicate offset values are not allowed.

.. _binary-branchhints:

Expand Down
Loading