summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-18 04:47:07 +0000
committermidipix <writeonce@midipix.org>2025-06-18 04:47:07 +0000
commit733dcf7478d466eac6bfef09efee476d43679787 (patch)
treebb6cf0ebcfd723ebb5d844796f3ef20549bf5259 /include
parentc5998808867bf8209722357c745508c592d337cf (diff)
downloadperk-733dcf7478d466eac6bfef09efee476d43679787.tar.bz2
perk-733dcf7478d466eac6bfef09efee476d43679787.tar.xz
driver: added the --relocs switch (image base relocations).
Diffstat (limited to 'include')
-rw-r--r--include/perk/perk_output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/perk/perk_output.h b/include/perk/perk_output.h
index 313f609..5c022b6 100644
--- a/include/perk/perk_output.h
+++ b/include/perk/perk_output.h
@@ -13,6 +13,7 @@
#define PERK_OUTPUT_IMAGE_SECTIONS 0x00000010
#define PERK_OUTPUT_IMAGE_SYMBOLS 0x00000020
#define PERK_OUTPUT_IMAGE_STRINGS 0x00000040
+#define PERK_OUTPUT_BASE_RELOCS 0x00000080
#define PERK_OUTPUT_MDSO_LIBS 0x00000200
#define PERK_OUTPUT_MDSO_SYMS 0x00000400