aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index c7d6dd5..147cbac 100644
--- a/tcc.h
+++ b/tcc.h
@@ -1485,6 +1485,11 @@ ST_FUNC void gen_clear_cache(void);
#ifdef TCC_TARGET_C67
#endif
+/* ------------ xxx-link.c ------------ */
+
+ST_FUNC void relocate_init(Section *sr);
+ST_FUNC void relocate(TCCState *s1, ElfW_Rel *rel, int type, char *ptr, addr_t addr, addr_t val);
+
/* ------------ tcccoff.c ------------ */
#ifdef TCC_TARGET_COFF