X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fmips%2Freloc.h;h=785489ed1077ec860e670aadb4836e16c7678f87;hb=185a97707429aacfa1e8db62fc9fdb2188539d86;hp=e8925264c1c60342d598fded7c3b2808b2ceb1f1;hpb=fa91df41e82f0dc84edab3e9ec7dcb47d7195fa1;p=musl diff --git a/arch/mips/reloc.h b/arch/mips/reloc.h index e8925264..785489ed 100644 --- a/arch/mips/reloc.h +++ b/arch/mips/reloc.h @@ -6,7 +6,11 @@ #define IS_COPY(x) ((x)==R_MIPS_COPY) #define IS_PLT(x) 1 -static inline void do_single_reloc(size_t *reloc_addr, int type, size_t sym_val, size_t sym_size, unsigned char *base_addr, size_t addend) +static inline void do_single_reloc( + struct dso *self, unsigned char *base_addr, + size_t *reloc_addr, int type, size_t addend, + Sym *sym, size_t sym_size, + struct symdef def, size_t sym_val) { switch(type) { case R_MIPS_JUMP_SLOT: