Searched refs:dwfl_thread_state_registers (Results 1 - 7 of 7) sorted by relevance

/external/elfutils/libdwfl/
H A Ddwfl_frame_regs.c32 dwfl_thread_state_registers (Dwfl_Thread *thread, int firstreg, function
46 INTDEF(dwfl_thread_state_registers)
H A Dlibdwfl.h684 frame. Should call dwfl_thread_state_registers, possibly multiple times
757 bool dwfl_thread_state_registers (Dwfl_Thread *thread, int firstreg,
763 dwfl_thread_state_registers on the target architecture pass the PC value
H A Dlinux-core-attach.c282 INTUSE(dwfl_thread_state_registers) (thread, regno, 1, &val);
H A Dlinux-pid-attach.c231 return INTUSE(dwfl_thread_state_registers) (thread, firstreg, nregs, regs);
H A DlibdwflP.h759 INTDECL (dwfl_thread_state_registers)
/external/elfutils/include/elfutils/
H A Dlibdwfl.h684 frame. Should call dwfl_thread_state_registers, possibly multiple times
757 bool dwfl_thread_state_registers (Dwfl_Thread *thread, int firstreg,
763 dwfl_thread_state_registers on the target architecture pass the PC value
/external/elfutils/tests/
H A Dbacktrace-data.c197 bool ok = dwfl_thread_state_registers (thread, 0, 17, dwarf_regs);

Completed in 132 milliseconds