Lines Matching refs:ebl
50 Ebl *ebl = state->thread->process->ebl; in state_fetch_pc() local
52 if (ebl_abi_cfi (ebl, &abi_info) != 0) in state_fetch_pc()
59 if (ra >= ebl_frame_nregs (ebl)) in state_fetch_pc()
64 state->pc = state->regs[ra] + ebl_ra_offset (ebl); in state_fetch_pc()
89 Ebl *ebl = thread->process->ebl; in state_alloc() local
90 size_t nregs = ebl_frame_nregs (ebl); in state_alloc()
117 ebl_closebackend (process->ebl); in __libdwfl_process_free()
156 Ebl *ebl; in dwfl_attach_state() local
160 ebl = ebl_openbackend (elf); in dwfl_attach_state()
165 ebl = NULL; in dwfl_attach_state()
183 ebl = mod->ebl; in dwfl_attach_state()
188 if (ebl == NULL) in dwfl_attach_state()
199 ebl_closebackend (ebl); in dwfl_attach_state()
203 process->ebl = ebl; in dwfl_attach_state()
398 Ebl *ebl = thread->process->ebl; in INTDEF() local
399 if (ebl_frame_nregs (ebl) == 0) in INTDEF()