summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-10-19 18:31:36 -0400
committermidipix <writeonce@midipix.org>2017-10-19 18:31:36 -0400
commit95842c8919a9a21021f01e6a86a64e92cbd226bf (patch)
tree0ae7b3832534a63256ffb160a08e2773a820b949
parent0dba1c70bb1a6e6373a418b50261c60e004c90a4 (diff)
downloadmdso-95842c8919a9a21021f01e6a86a64e92cbd226bf.tar.bz2
mdso-95842c8919a9a21021f01e6a86a64e92cbd226bf.tar.xz
mdso_specs.h: #define'd MDSO_DATA_SECTION (app-provided buffer used by loader).
-rw-r--r--include/mdso/mdso_specs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mdso/mdso_specs.h b/include/mdso/mdso_specs.h
index 642005f..50a5c8e 100644
--- a/include/mdso/mdso_specs.h
+++ b/include/mdso/mdso_specs.h
@@ -7,6 +7,7 @@
#define MDSO_SYMS_SECTION ".dsosyms"
#define MDSO_STRS_SECTION ".dsostrs"
#define MDSO_HASH_SECTION ".dsohash"
+#define MDSO_DATA_SECTION ".dsodata"
#define MDSO_FLAG_LOADER_PATH 0x0001
#define MDSO_FLAG_PEB_PATH 0x0002