elf_common: Add FDO package metadata note type

Reviewed by:	fuz
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57525
This commit is contained in:
Ed Maste
2026-06-10 09:21:06 -04:00
parent 0881f6cf3f
commit 6365c45d95
+3
View File
@@ -866,6 +866,9 @@ typedef struct {
#define NT_ARM_SVE 0x405 /* ARM SVE registers */ #define NT_ARM_SVE 0x405 /* ARM SVE registers */
#define NT_ARM_ADDR_MASK 0x406 /* arm64 address mask (e.g. for TBI) */ #define NT_ARM_ADDR_MASK 0x406 /* arm64 address mask (e.g. for TBI) */
/* FDO (freedesktop.org) note types. */
#define NT_FDO_PACKAGING_METADATA 0xcafe1a7e
/* GNU note types. */ /* GNU note types. */
#define NT_GNU_ABI_TAG 1 #define NT_GNU_ABI_TAG 1
#define NT_GNU_HWCAP 2 #define NT_GNU_HWCAP 2