summaryrefslogtreecommitdiffstats
path: root/trunk/src/prelink.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/prelink.h')
-rw-r--r--trunk/src/prelink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/src/prelink.h b/trunk/src/prelink.h
index 4d0518a..03128dc 100644
--- a/trunk/src/prelink.h
+++ b/trunk/src/prelink.h
@@ -121,6 +121,7 @@ struct PLArch
int R_COPY;
int R_JMP_SLOT;
int R_RELATIVE;
+ int (*arch_adjust) (DSO *dso, GElf_Addr start, GElf_Addr adjust);
int (*adjust_section) (DSO *dso, int n, GElf_Addr start, GElf_Addr adjust);
int (*adjust_dyn) (DSO *dso, int n, GElf_Dyn *dyn, GElf_Addr start,
GElf_Addr adjust);