• Home
  • Raw
  • Download

Lines Matching refs:Ebl

44 Ebl *i386_init (Elf *, GElf_Half, Ebl *);
45 Ebl *sh_init (Elf *, GElf_Half, Ebl *);
46 Ebl *x86_64_init (Elf *, GElf_Half, Ebl *);
47 Ebl *ia64_init (Elf *, GElf_Half, Ebl *);
48 Ebl *alpha_init (Elf *, GElf_Half, Ebl *);
49 Ebl *arm_init (Elf *, GElf_Half, Ebl *);
50 Ebl *aarch64_init (Elf *, GElf_Half, Ebl *);
51 Ebl *sparc_init (Elf *, GElf_Half, Ebl *);
52 Ebl *ppc_init (Elf *, GElf_Half, Ebl *);
53 Ebl *ppc64_init (Elf *, GElf_Half, Ebl *);
54 Ebl *s390_init (Elf *, GElf_Half, Ebl *);
55 Ebl *m68k_init (Elf *, GElf_Half, Ebl *);
56 Ebl *bpf_init (Elf *, GElf_Half, Ebl *);
57 Ebl *riscv_init (Elf *, GElf_Half, Ebl *);
58 Ebl *csky_init (Elf *, GElf_Half, Ebl *);
164 static Elf_Type default_reloc_simple_type (Ebl *ebl, int ignore, int *addsub);
206 static bool default_check_special_section (Ebl *, int,
211 static ssize_t default_register_info (Ebl *ebl,
216 static bool default_check_object_attribute (Ebl *ebl, const char *vendor,
220 static bool default_check_reloc_target_type (Ebl *ebl, Elf64_Word sh_type);
221 static int default_abi_cfi (Ebl *ebl, Dwarf_CIE *abi_info);
225 fill_defaults (Ebl *result) in fill_defaults()
268 static Ebl *
271 Ebl *result; in openbackend()
277 result = (Ebl *) calloc (1, sizeof (Ebl)); in openbackend()
355 Ebl *
375 Ebl *
383 Ebl *
413 default_reloc_simple_type (Ebl *eh __attribute__ ((unused)), in default_reloc_simple_type()
471 default_check_special_section (Ebl *ebl __attribute__ ((unused)), in default_check_special_section()
673 default_register_info (Ebl *ebl __attribute__ ((unused)), in default_register_info()
690 default_check_object_attribute (Ebl *ebl __attribute__ ((unused)), in default_check_object_attribute()
702 default_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), in default_check_reloc_target_type()
709 default_abi_cfi (Ebl *ebl __attribute__ ((unused)), in default_abi_cfi()