Lines Matching refs:Ebl
148 static Elf_Type default_reloc_simple_type (Ebl *ebl, int ignore, int *addsub);
190 static bool default_check_special_section (Ebl *, int,
195 static ssize_t default_register_info (Ebl *ebl,
200 static int default_syscall_abi (Ebl *ebl, int *sp, int *pc,
202 static bool default_check_object_attribute (Ebl *ebl, const char *vendor,
206 static bool default_check_reloc_target_type (Ebl *ebl, Elf64_Word sh_type);
207 static int default_abi_cfi (Ebl *ebl, Dwarf_CIE *abi_info);
211 fill_defaults (Ebl *result) in fill_defaults()
256 static Ebl *
259 Ebl *result; in openbackend()
265 result = (Ebl *) calloc (1, sizeof (Ebl)); in openbackend()
356 && (modversion = initp (elf, machine, result, sizeof (Ebl))) in openbackend()
396 Ebl *
416 Ebl *
424 Ebl *
454 default_reloc_simple_type (Ebl *eh __attribute__ ((unused)), in default_reloc_simple_type()
512 default_check_special_section (Ebl *ebl __attribute__ ((unused)), in default_check_special_section()
712 default_register_info (Ebl *ebl __attribute__ ((unused)), in default_register_info()
729 default_syscall_abi (Ebl *ebl __attribute__ ((unused)), in default_syscall_abi()
743 default_check_object_attribute (Ebl *ebl __attribute__ ((unused)), in default_check_object_attribute()
755 default_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), in default_check_reloc_target_type()
762 default_abi_cfi (Ebl *ebl __attribute__ ((unused)), in default_abi_cfi()