diff options
Diffstat (limited to 'libebl/libeblP.h')
| -rw-r--r-- | libebl/libeblP.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libebl/libeblP.h b/libebl/libeblP.h index adf51913..e3696f96 100644 --- a/libebl/libeblP.h +++ b/libebl/libeblP.h @@ -106,12 +106,11 @@ struct ebl bool (*copy_reloc_p) (int); /* Check whether given symbol's value is ok despite normal checks. */ - bool (*check_special_symbol) (Elf *elf, - const GElf_Sym *sym, const char *name, - const GElf_Shdr *destshdr); + bool (*check_special_symbol) (Elf *, GElf_Ehdr *, const GElf_Sym *, + const char *, const GElf_Shdr *); /* Check if backend uses a bss PLT in this file. */ - bool (*bss_plt_p) (Elf *elf); + bool (*bss_plt_p) (Elf *, GElf_Ehdr *); /* Destructor for ELF backend handle. */ void (*destr) (struct ebl *); |
