summaryrefslogtreecommitdiffhomepage
path: root/include/pemagine/pemagine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pemagine/pemagine.h')
-rw-r--r--include/pemagine/pemagine.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/pemagine/pemagine.h b/include/pemagine/pemagine.h
index 35fbc74..518b567 100644
--- a/include/pemagine/pemagine.h
+++ b/include/pemagine/pemagine.h
@@ -26,6 +26,13 @@ enum pe_callback_reason {
#define PE_LDSO_STANDALONE_EXECUTABLE 0x00000002
+/* ldso loader context pointer index */
+#define PE_LDSO_CTX_IDX_PREV_LOADER 0x0
+#define PE_LDSO_CTX_IDX_PREV_ROOT 0x1
+#define PE_LDSO_CTX_IDX_RESERVED_1 0x2
+#define PE_LDSO_CTX_IDX_RESERVED_2 0x3
+
+
/* library specific structures */
struct pe_export_sym {
uint32_t * ordinal_base;