summaryrefslogtreecommitdiff
path: root/src/arch/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/target.h')
-rw-r--r--src/arch/target.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/target.h b/src/arch/target.h
index ada1a6c..f226ee1 100644
--- a/src/arch/target.h
+++ b/src/arch/target.h
@@ -66,6 +66,9 @@ virt_t g_target_operand_get_addr(const GTargetOperand *);
/* Tente une résolution de symbole. */
bool g_target_operand_resolve(GTargetOperand *, const GBinFormat *);
+/* Fournit les indications concernant le symbole associé. */
+GBinSymbol *g_target_operand_get_symbol(const GTargetOperand *, phys_t *);
+
#endif /* _ARCH_TARGET_H */