Page MenuHomeFreeBSD

D55486.id172587.diff
No OneTemporary

D55486.id172587.diff

Index: sys/sys/elf_common.h
===================================================================
--- sys/sys/elf_common.h
+++ sys/sys/elf_common.h
@@ -473,6 +473,9 @@
#define SHT_X86_64_UNWIND 0x70000001 /* unwind information */
#define SHT_AMD64_UNWIND SHT_X86_64_UNWIND
+#define SHT_AARCH64_MEMTAG_GLOBALS_STATIC 0x70000007
+#define SHT_AARCH64_MEMTAG_GLOBALS_DYNAMIC 0x70000008
+
#define SHT_ARM_EXIDX 0x70000001 /* Exception index table. */
#define SHT_ARM_PREEMPTMAP 0x70000002 /* BPABI DLL dynamic linking
pre-emption map. */
@@ -704,6 +707,11 @@
#define DT_AARCH64_BTI_PLT 0x70000001
#define DT_AARCH64_PAC_PLT 0x70000003
#define DT_AARCH64_VARIANT_PCS 0x70000005
+#define DT_AARCH64_MEMTAG_MODE 0x70000009
+#define DT_AARCH64_MEMTAG_HEAP 0x7000000b
+#define DT_AARCH64_MEMTAG_STACK 0x7000000c
+#define DT_AARCH64_MEMTAG_GLOBALS 0x7000000d
+#define DT_AARCH64_MEMTAG_GLOBALSSZ 0x7000000f
#define DT_ARM_SYMTABSZ 0x70000001
#define DT_ARM_PREEMPTMAP 0x70000002

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 6, 12:50 PM (2 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38410553
Default Alt Text
D55486.id172587.diff (999 B)

Event Timeline