Lines Matching refs:Elf
43 Ebl *i386_init (Elf *, GElf_Half, Ebl *);
44 Ebl *sh_init (Elf *, GElf_Half, Ebl *);
45 Ebl *x86_64_init (Elf *, GElf_Half, Ebl *);
46 Ebl *ia64_init (Elf *, GElf_Half, Ebl *);
47 Ebl *alpha_init (Elf *, GElf_Half, Ebl *);
48 Ebl *arm_init (Elf *, GElf_Half, Ebl *);
49 Ebl *aarch64_init (Elf *, GElf_Half, Ebl *);
50 Ebl *sparc_init (Elf *, GElf_Half, Ebl *);
51 Ebl *ppc_init (Elf *, GElf_Half, Ebl *);
52 Ebl *ppc64_init (Elf *, GElf_Half, Ebl *);
53 Ebl *s390_init (Elf *, GElf_Half, Ebl *);
54 Ebl *m68k_init (Elf *, GElf_Half, Ebl *);
55 Ebl *bpf_init (Elf *, GElf_Half, Ebl *);
56 Ebl *riscv_init (Elf *, GElf_Half, Ebl *);
57 Ebl *csky_init (Elf *, GElf_Half, Ebl *);
162 static bool default_reloc_valid_use (Elf *elf, int ignore);
164 static bool default_gotpc_reloc_check (Elf *elf, int ignore);
199 static bool default_check_special_symbol (Elf *elf,
207 static bool default_bss_plt_p (Elf *elf);
268 openbackend (Elf *elf, const char *emulation, GElf_Half machine) in openbackend()
310 assert (offsetof (Elf, state.elf32.ehdr) in openbackend()
311 == offsetof (Elf, state.elf64.ehdr)); in openbackend()
355 ebl_openbackend (Elf *elf) in ebl_openbackend()
405 default_reloc_valid_use (Elf *elf __attribute__ ((unused)), in default_reloc_valid_use()
420 default_gotpc_reloc_check (Elf *elf __attribute__ ((unused)), in default_gotpc_reloc_check()
637 default_check_special_symbol (Elf *elf __attribute__ ((unused)), in strong_alias()
660 default_bss_plt_p (Elf *elf __attribute__ ((unused))) in default_bss_plt_p()