aboutsummaryrefslogtreecommitdiff
path: root/include/dis-asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dis-asm.h')
-rw-r--r--include/dis-asm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dis-asm.h b/include/dis-asm.h
index f3562fa..e8b42b0 100644
--- a/include/dis-asm.h
+++ b/include/dis-asm.h
@@ -114,6 +114,10 @@ typedef struct disassemble_info
/* Set if the user has requested wide output. */
#define WIDE_OUTPUT (1u << 28)
+ /* Dynamic relocations, if they have been loaded. */
+ arelent **dynrelbuf;
+ long dynrelcount;
+
/* Use internally by the target specific disassembly code. */
void *private_data;