Searched refs:firstreg (Results 1 - 6 of 6) sorted by path

/external/elfutils/include/elfutils/
H A Dlibdwfl.h757 bool dwfl_thread_state_registers (Dwfl_Thread *thread, int firstreg,
/external/elfutils/libdwfl/
H A Ddwfl_frame_regs.c32 dwfl_thread_state_registers (Dwfl_Thread *thread, int firstreg, argument
38 for (unsigned regno = firstreg; regno < firstreg + nregs; regno++)
39 if (! __libdwfl_frame_reg_set (state, regno, regs[regno - firstreg]))
H A Dframe_unwind.c653 setfunc (int firstreg, unsigned nregs, const Dwarf_Word *regs, void *arg) argument
657 if (firstreg < 0)
659 assert (firstreg == -1);
667 if (! __libdwfl_frame_reg_set (unwound, firstreg++, *regs++))
673 getfunc (int firstreg, unsigned nregs, Dwarf_Word *regs, void *arg) argument
676 assert (firstreg >= 0);
678 if (! __libdwfl_frame_reg_get (state, firstreg++, regs++))
H A Dlibdwfl.h757 bool dwfl_thread_state_registers (Dwfl_Thread *thread, int firstreg,
H A Dlinux-pid-attach.c219 pid_thread_state_registers_cb (int firstreg, unsigned nregs, argument
223 if (firstreg < 0)
225 assert (firstreg == -1);
231 return INTUSE(dwfl_thread_state_registers) (thread, firstreg, nregs, regs);
/external/elfutils/libebl/
H A Dlibebl.h407 typedef bool (ebl_tid_registers_t) (int firstreg, unsigned nregs,
452 typedef bool (ebl_tid_registers_get_t) (int firstreg, unsigned nregs,

Completed in 250 milliseconds