summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-04-04 06:42:49 +0000
committermarcel <marcel@FreeBSD.org>2002-04-04 06:42:49 +0000
commit744e04d2193d3d044d5d8a3e37ae2801b0ed1a6f (patch)
tree2110d11728d76ccf2905af53050c433c54ad79e6 /sys/ia64
parent002b206ef856ffe327e6d3e9fc6f47b35bd598a1 (diff)
downloadFreeBSD-src-744e04d2193d3d044d5d8a3e37ae2801b0ed1a6f.zip
FreeBSD-src-744e04d2193d3d044d5d8a3e37ae2801b0ed1a6f.tar.gz
o Add architecture specific segment types.
o Add architecture specific segment attributes.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/include/elf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/ia64/include/elf.h b/sys/ia64/include/elf.h
index 6dfd603..271dc20 100644
--- a/sys/ia64/include/elf.h
+++ b/sys/ia64/include/elf.h
@@ -117,6 +117,17 @@ __ElfType(Hashelt);
#define EF_IA_64_ARCH 0xff000000
/*
+ * Segment types.
+ */
+#define PT_IA_64_ARCHEXT 0x70000000
+#define PT_IA_64_UNWIND 0x70000001
+
+/*
+ * Segment attributes.
+ */
+#define PF_IA_64_NORECOV 0x80000000
+
+/*
* Section types.
*/
#define SHT_IA_64_EXT 0x70000000
OpenPOWER on IntegriCloud