Searched refs:firstreg (Results 1 - 7 of 7) sorted by relevance
/third_party/elfutils/libdwfl/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A D | libdwfl.h | 752 bool dwfl_thread_state_registers (Dwfl_Thread *thread, int firstreg,
|
/third_party/elfutils/libebl/ |
H A 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,
|
/third_party/elfutils/include/elfutils/ |
H A D | libdwfl.h | 752 bool dwfl_thread_state_registers (Dwfl_Thread *thread, int firstreg,
|
/third_party/backends/backend/ |
H A D | hp3500.c | 1676 int firstreg, int totalregs, unsigned value) in rt_set_value_lsbfirst() 1680 regs[firstreg++] = value & 0xff; in rt_set_value_lsbfirst() 1689 int firstreg, int totalregs, unsigned value) 1693 regs[firstreg + totalregs] = value & 0xff; 1675 rt_set_value_lsbfirst(unsigned char *regs, int firstreg, int totalregs, unsigned value) rt_set_value_lsbfirst() argument
|
Completed in 10 milliseconds