Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PAuthabielf64] Define NT-ARM-PAUTH-ABI-tag #235

Closed
wants to merge 1 commit into from
Closed
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
13 changes: 10 additions & 3 deletions pauthabielf64/pauthabielf64.rst
Original file line number Diff line number Diff line change
Expand Up @@ -856,9 +856,16 @@ A new section named ``.note.AARCH64-PAUTH-ABI-tag`` of type
as documented in SCO-ELF_, and its attribute flag ``SHF_ALLOC`` must
be set.

The name field (``namesz`` / ``name``) contains the string "ARM". The
type field shall be 1, and the ``descsz`` field must be at least 16.
The first 16 bytes of the description must contain 2 64-bit words, with
The ``namesz`` field shall be 4

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shall be -> is


The ``descsz`` field must be at least 16. See ``desc`` below.

The type field shall be ``NT_ARM_TYPE_PAUTH_ABI_TAG``, defined to the

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shall be -> is

value 1.

The ``name`` field shall be the null-terminated string ``ARM``.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shall be -> is


The first 16 bytes of the ``desc`` contain 2 64-bit words, with
the first 64-bit word being a platform identifier, and the second
64-bit word being a version number for the ABI for the platform
identified for the first word. When ``descsz`` is larger than 16 the
Expand Down
Loading