Lines Matching refs:nregs
517 size_t nregs = ebl_frame_nregs (ebl); in new_unwound() local
518 assert (nregs > 0); in new_unwound()
520 unwound = malloc (sizeof (*unwound) + sizeof (*unwound->regs) * nregs); in new_unwound()
559 size_t nregs = ebl_frame_nregs (ebl); in handle_cfi() local
560 assert (nregs > 0); in handle_cfi()
567 for (unsigned regno = 0; regno < nregs; regno++) in handle_cfi()
672 setfunc (int firstreg, unsigned nregs, const Dwarf_Word *regs, void *arg) in setfunc() argument
679 assert (nregs == 1); in setfunc()
685 while (nregs--) in setfunc()
692 getfunc (int firstreg, unsigned nregs, Dwarf_Word *regs, void *arg) in getfunc() argument
696 while (nregs--) in getfunc()