Searched refs:dwfl_thread_state_registers (Results 1 - 7 of 7) sorted by relevance
/external/elfutils/libdwfl/ |
H A D | dwfl_frame_regs.c | 32 dwfl_thread_state_registers (Dwfl_Thread *thread, int firstreg, function 46 INTDEF(dwfl_thread_state_registers)
|
H A D | libdwfl.h | 684 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 D | linux-core-attach.c | 282 INTUSE(dwfl_thread_state_registers) (thread, regno, 1, &val);
|
H A D | linux-pid-attach.c | 231 return INTUSE(dwfl_thread_state_registers) (thread, firstreg, nregs, regs);
|
H A D | libdwflP.h | 759 INTDECL (dwfl_thread_state_registers)
|
/external/elfutils/include/elfutils/ |
H A D | libdwfl.h | 684 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 D | backtrace-data.c | 197 bool ok = dwfl_thread_state_registers (thread, 0, 17, dwarf_regs);
|
Completed in 132 milliseconds