Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:ebl

46 	Ebl *ebl = state->thread->process->ebl;
48 if (ebl_abi_cfi (ebl, &abi_info) != 0)
55 if (ra >= ebl_frame_nregs (ebl))
60 state->pc = state->regs[ra] + ebl_ra_offset (ebl);
90 Ebl *ebl = thread->process->ebl;
91 size_t nregs = ebl_frame_nregs (ebl);
118 ebl_closebackend (process->ebl);
157 Ebl *ebl;
161 ebl = ebl_openbackend (elf);
166 ebl = NULL;
184 ebl = mod->ebl;
189 if (ebl == NULL)
191 /* Not identified EBL from any of the modules. */
200 ebl_closebackend (ebl);
204 process->ebl = ebl;
417 Ebl *ebl = thread->process->ebl;
418 if (ebl_frame_nregs (ebl) == 0)