Searched refs:Dwfl_Frame (Results 1 - 11 of 11) sorted by relevance
/third_party/elfutils/libdwfl/ |
H A D | dwfl_frame.c | 40 state_fetch_pc (Dwfl_Frame *state) in state_fetch_pc() 75 free_states (Dwfl_Frame *state) in free_states() 79 Dwfl_Frame *next = state->unwound; in free_states() 85 static Dwfl_Frame * 93 assert (nregs < sizeof (((Dwfl_Frame *) NULL)->regs_set) * 8); in state_alloc() 94 Dwfl_Frame *state = malloc (sizeof (*state) + sizeof (*state->regs) * nregs); in state_alloc() 245 dwfl_frame_thread (Dwfl_Frame *state) in INTDEF() 372 int (*callback) (Dwfl_Frame *frame, void *arg); 385 int (*callback) (Dwfl_Frame *frame, void *arg), in dwfl_getthread_frames() 395 int (*callback) (Dwfl_Frame *stat in INTDEF() [all...] |
H A D | frame_unwind.c | 48 __libdwfl_frame_reg_get (Dwfl_Frame *state, unsigned regno, Dwarf_Addr *val) in __libdwfl_frame_reg_get() 65 __libdwfl_frame_reg_set (Dwfl_Frame *state, unsigned regno, Dwarf_Addr val) in __libdwfl_frame_reg_set() 136 expr_eval (Dwfl_Frame *state, Dwarf_Frame *frame, const Dwarf_Op *ops, in expr_eval() 499 static Dwfl_Frame * 500 new_unwound (Dwfl_Frame *state) in new_unwound() 508 Dwfl_Frame *unwound; in new_unwound() 528 handle_cfi (Dwfl_Frame *state, Dwarf_Addr pc, Dwarf_CFI *cfi, Dwarf_Addr bias) in handle_cfi() 537 Dwfl_Frame *unwound = new_unwound (state); in handle_cfi() 668 Dwfl_Frame *state = arg; in setfunc() 669 Dwfl_Frame *unwoun in setfunc() [all...] |
H A D | dwfl_frame_regs.c | 39 Dwfl_Frame *state = thread->unwound; in dwfl_thread_state_registers() 55 Dwfl_Frame *state = thread->unwound; in INTDEF() 64 dwfl_frame_reg (Dwfl_Frame *state, unsigned regno, Dwarf_Word *val) in INTDEF()
|
H A D | libdwfl.h | 50 typedef struct Dwfl_Frame Dwfl_Frame; typedef 745 Dwfl_Thread *dwfl_frame_thread (Dwfl_Frame *state) 783 int (*callback) (Dwfl_Frame *state, void *arg), 793 int (*callback) (Dwfl_Frame *thread, void *arg), 802 bool dwfl_frame_pc (Dwfl_Frame *state, Dwarf_Addr *pc, bool *isactivation) 808 int dwfl_frame_reg (Dwfl_Frame *state, unsigned regno, Dwarf_Word *val)
|
H A D | libdwflP.h | 246 Dwfl_Frame *unwound; 252 struct Dwfl_Frame struct 256 Dwfl_Frame *unwound; 280 /* Fetch value from Dwfl_Frame->regs indexed by DWARF REGNO. The 284 int __libdwfl_frame_reg_get (Dwfl_Frame *state, unsigned regno, 288 /* Store value to Dwfl_Frame->regs indexed by DWARF REGNO. 290 bool __libdwfl_frame_reg_set (Dwfl_Frame *state, unsigned regno, 594 extern void __libdwfl_frame_unwind (Dwfl_Frame *state)
|
H A D | dwfl_frame_pc.c | 36 dwfl_frame_pc (Dwfl_Frame *state, Dwarf_Addr *pc, bool *isactivation) in dwfl_frame_pc()
|
/third_party/elfutils/include/elfutils/ |
H A D | libdwfl.h | 50 typedef struct Dwfl_Frame Dwfl_Frame; typedef 745 Dwfl_Thread *dwfl_frame_thread (Dwfl_Frame *state) 783 int (*callback) (Dwfl_Frame *state, void *arg), 793 int (*callback) (Dwfl_Frame *thread, void *arg), 802 bool dwfl_frame_pc (Dwfl_Frame *state, Dwarf_Addr *pc, bool *isactivation) 808 int dwfl_frame_reg (Dwfl_Frame *state, unsigned regno, Dwarf_Word *val)
|
/third_party/elfutils/tests/ |
H A D | backtrace-dwarf.c | 85 frame_callback (Dwfl_Frame *state, void *frame_arg) in frame_callback()
|
H A D | backtrace-data.c | 223 frame_callback (Dwfl_Frame *state, void *arg) in frame_callback()
|
H A D | backtrace.c | 207 frame_callback (Dwfl_Frame *state, void *frame_arg) in frame_callback()
|
/third_party/elfutils/src/ |
H A D | stack.c | 178 frame_callback (Dwfl_Frame *state, void *arg) in frame_callback()
|
Completed in 9 milliseconds