Home | History | Annotate | Download | only in libebl

Lines Matching refs:Ebl

164 static Elf_Type default_reloc_simple_type (Ebl *ebl, int ignore);
184 static void default_destr (struct ebl *ignore);
212 static bool default_check_special_section (Ebl *, int,
217 static ssize_t default_register_info (Ebl *ebl,
222 static int default_syscall_abi (Ebl *ebl, int *sp, int *pc,
224 static bool default_check_object_attribute (Ebl *ebl, const char *vendor,
231 fill_defaults (Ebl *result)
274 static Ebl *
280 Ebl *result;
286 result = (Ebl *) calloc (1, sizeof (Ebl));
373 && (modversion = initp (elf, machine, result, sizeof (Ebl)))
413 Ebl *
434 Ebl *
443 Ebl *
481 default_reloc_simple_type (Ebl *eh __attribute__ ((unused)),
538 default_check_special_section (Ebl *ebl __attribute__ ((unused)),
583 default_destr (struct ebl *ignore __attribute__ ((unused)))
719 default_register_info (Ebl *ebl __attribute__ ((unused)),
736 default_syscall_abi (Ebl *ebl __attribute__ ((unused)),
750 default_check_object_attribute (Ebl *ebl __attribute__ ((unused)),