aboutsummaryrefslogtreecommitdiff
path: root/pk/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'pk/elf.h')
-rw-r--r--pk/elf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pk/elf.h b/pk/elf.h
index c3fa1c3..692a6b5 100644
--- a/pk/elf.h
+++ b/pk/elf.h
@@ -36,6 +36,10 @@
#define AT_SECURE 23
#define AT_RANDOM 25
+#define PF_X 1
+#define PF_W 2
+#define PF_R 4
+
typedef struct {
uint8_t e_ident[16];
uint16_t e_type;