Page MenuHomeFreeBSD

elf_common.h: Add AArch64 Memtag ABI constants
ClosedPublic

Authored by emaste on Feb 24 2026, 1:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 8, 9:51 AM
Unknown Object (File)
Sun, Apr 5, 1:10 PM
Unknown Object (File)
Thu, Mar 19, 3:00 AM
Unknown Object (File)
Tue, Mar 17, 5:42 AM
Unknown Object (File)
Tue, Mar 17, 1:48 AM
Unknown Object (File)
Mon, Mar 16, 6:38 AM
Unknown Object (File)
Sun, Mar 15, 2:11 AM
Unknown Object (File)
Mar 3 2026, 3:44 PM
Subscribers

Details

Summary
Obtained from the Memtag ABI Extension to ELF for the Arm® 64-bit
Architecture (AArch64) [1]

[1] https://github.com/ARM-software/abi-aa/blob/main/memtagabielf64/memtagabielf64.rst#dynamic-section

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.
sys/sys/elf_common.h
474–475

Should these be before SHT_AMD64_UNWIND to keep the alphabetical order?

I don

sys/sys/elf_common.h
474–475

Rebased after shuffling SHT_X86_64_UNWIND and SHT_AMD64_UNWIND to the bottom.

This revision is now accepted and ready to land.Feb 25 2026, 10:16 AM