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)
Sun, Jul 19, 7:42 AM
Unknown Object (File)
Sun, Jul 19, 5:56 AM
Unknown Object (File)
Sat, Jul 18, 5:38 PM
Unknown Object (File)
Sat, Jul 18, 2:03 PM
Unknown Object (File)
Sat, Jul 18, 10:04 AM
Unknown Object (File)
Wed, Jul 15, 7:10 AM
Unknown Object (File)
Wed, Jul 15, 7:10 AM
Unknown Object (File)
Sat, Jul 4, 4:40 AM
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