aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2026-05-18 15:15:59 +0000
committerEd Maste <emaste@FreeBSD.org>2026-05-18 17:00:39 +0000
commit22c054c4cce719662d503685138433eb27d40001 (patch)
treedee2227825987fcdf5b4969ad3ba7c0d4f425421
parentaf5cdcd8b18c9a24cc317f1886dd3c32b253ef27 (diff)
elf_common.h: Add SHT_LLVM_ADDRSIG
Reported by: bz Sponsored by: The FreeBSD Foundation
-rw-r--r--sys/sys/elf_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h
index 8c21d886c6a5..e17b2bfb3afa 100644
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -448,6 +448,7 @@ typedef struct {
#define SHT_GROUP 17 /* Section group. */
#define SHT_SYMTAB_SHNDX 18 /* Section indexes (see SHN_XINDEX). */
#define SHT_LOOS 0x60000000 /* First of OS specific semantics */
+#define SHT_LLVM_ADDRSIG 0x6fff4c03 /* Address significance table */
#define SHT_LOSUNW 0x6ffffff4
#define SHT_SUNW_dof 0x6ffffff4
#define SHT_SUNW_cap 0x6ffffff5