Lines Matching refs:ebl
46 Ebl *ebl = state->thread->process->ebl; in state_fetch_pc() local
48 if (ebl_abi_cfi (ebl, &abi_info) != 0) in state_fetch_pc()
55 if (ra >= ebl_frame_nregs (ebl)) in state_fetch_pc()
90 Ebl *ebl = thread->process->ebl; in state_alloc() local
91 size_t nregs = ebl_frame_nregs (ebl); in state_alloc()
118 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()
416 Ebl *ebl = thread->process->ebl; in INTDEF() local
417 if (ebl_frame_nregs (ebl) == 0) in INTDEF()