Searched refs:firstreg (Results 1 – 8 of 8) sorted by relevance
/third_party/elfutils/libdwfl/ |
D | dwfl_frame_regs.c | 36 dwfl_thread_state_registers (Dwfl_Thread *thread, int firstreg, in dwfl_thread_state_registers() argument 42 for (unsigned regno = firstreg; regno < firstreg + nregs; regno++) in dwfl_thread_state_registers() 43 if (! __libdwfl_frame_reg_set (state, regno, regs[regno - firstreg])) in dwfl_thread_state_registers()
|
D | frame_unwind.c | 666 setfunc (int firstreg, unsigned nregs, const Dwarf_Word *regs, void *arg) in setfunc() argument 670 if (firstreg < 0) in setfunc() 672 assert (firstreg == -1); in setfunc() 680 if (! __libdwfl_frame_reg_set (unwound, firstreg++, *regs++)) in setfunc() 686 getfunc (int firstreg, unsigned nregs, Dwarf_Word *regs, void *arg) in getfunc() argument 689 assert (firstreg >= 0); in getfunc() 691 if (INTUSE (dwfl_frame_reg) (state, firstreg++, regs++) != 0) in getfunc()
|
D | linux-pid-attach.c | 308 pid_thread_state_registers_cb (int firstreg, unsigned nregs, in pid_thread_state_registers_cb() argument 312 if (firstreg < 0) in pid_thread_state_registers_cb() 314 assert (firstreg == -1); in pid_thread_state_registers_cb() 320 return INTUSE(dwfl_thread_state_registers) (thread, firstreg, nregs, regs); in pid_thread_state_registers_cb()
|
D | libdwfl.h | 752 bool dwfl_thread_state_registers (Dwfl_Thread *thread, int firstreg,
|
D | ChangeLog | 1766 firstreg.
|
/third_party/elfutils/libebl/ |
D | libebl.h | 325 typedef bool (ebl_tid_registers_t) (int firstreg, unsigned nregs, 370 typedef bool (ebl_tid_registers_get_t) (int firstreg, unsigned nregs,
|
D | ChangeLog | 435 * libebl.h (ebl_tid_registers_t): Remove const from firstreg.
|
/third_party/elfutils/include/elfutils/ |
D | libdwfl.h | 752 bool dwfl_thread_state_registers (Dwfl_Thread *thread, int firstreg,
|