Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:ebl

44   Ebl *ebl;
76 unsigned bytes = ebl_get_elfclass (process->ebl) == ELFCLASS64 ? 8 : 4;
139 if (! ebl_core_note (core_arg->ebl, &nhdr, name,
177 size_t nregs = ebl_frame_nregs (core_arg->ebl);
192 int core_note_err = ebl_core_note (core_arg->ebl, &nhdr, name, &regs_offset,
295 ebl_closebackend (core_arg->ebl);
313 Ebl *ebl = ebl_openbackend (core);
314 if (ebl == NULL)
323 size_t nregs = ebl_frame_nregs (ebl);
328 ebl_closebackend (ebl);
381 if (! ebl_core_note (ebl, &nhdr, name,
417 core_arg->ebl = ebl;
422 ebl_closebackend (ebl);