Searched refs:Dwfl_Frame (Results 1 – 16 of 16) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_frame.c | 39 state_fetch_pc (Dwfl_Frame *state) in state_fetch_pc() 74 state_free (Dwfl_Frame *state) in state_free() 89 static Dwfl_Frame * 97 assert (nregs < sizeof (((Dwfl_Frame *) NULL)->regs_set) * 8); in state_alloc() 98 Dwfl_Frame *state = malloc (sizeof (*state) + sizeof (*state->regs) * nregs); in state_alloc() 249 dwfl_frame_thread (Dwfl_Frame *state) in INTDEF() 388 int (*callback) (Dwfl_Frame *frame, void *arg); 401 int (*callback) (Dwfl_Frame *frame, void *arg), in dwfl_getthread_frames() 411 int (*callback) (Dwfl_Frame *state, void *arg), in INTDEF() 446 Dwfl_Frame *state; in INTDEF()
|
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() 82 state_get_reg (Dwfl_Frame *state, unsigned regno, Dwarf_Addr *val) in state_get_reg() 147 expr_eval (Dwfl_Frame *state, Dwarf_Frame *frame, const Dwarf_Op *ops, in expr_eval() 510 static Dwfl_Frame * 511 new_unwound (Dwfl_Frame *state) in new_unwound() 519 Dwfl_Frame *unwound; in new_unwound() 539 handle_cfi (Dwfl_Frame *state, Dwarf_Addr pc, Dwarf_CFI *cfi, Dwarf_Addr bias) in handle_cfi() 548 Dwfl_Frame *unwound = new_unwound (state); in handle_cfi() 674 Dwfl_Frame *state = arg; in setfunc() [all …]
|
D | libdwfl.h | 50 typedef struct Dwfl_Frame Dwfl_Frame; typedef 750 Dwfl_Thread *dwfl_frame_thread (Dwfl_Frame *state) 788 int (*callback) (Dwfl_Frame *state, void *arg), 798 int (*callback) (Dwfl_Frame *thread, void *arg), 807 bool dwfl_frame_pc (Dwfl_Frame *state, Dwarf_Addr *pc, bool *isactivation)
|
D | dwfl_frame_regs.c | 39 Dwfl_Frame *state = thread->unwound; in dwfl_thread_state_registers() 55 Dwfl_Frame *state = thread->unwound; in INTDEF()
|
D | libdwflP.h | 247 Dwfl_Frame *unwound; 253 struct Dwfl_Frame struct 257 Dwfl_Frame *unwound; argument 283 bool __libdwfl_frame_reg_get (Dwfl_Frame *state, unsigned regno, 289 bool __libdwfl_frame_reg_set (Dwfl_Frame *state, unsigned regno, 593 extern void __libdwfl_frame_unwind (Dwfl_Frame *state)
|
D | dwfl_frame_pc.c | 36 dwfl_frame_pc (Dwfl_Frame *state, Dwarf_Addr *pc, bool *isactivation) in dwfl_frame_pc()
|
D | ChangeLog | 1269 * libdwfl.h (Dwfl_Thread, Dwfl_Frame): New typedefs. 1282 (struct Dwfl_Process, struct Dwfl_Thread, struct Dwfl_Frame)
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 50 typedef struct Dwfl_Frame Dwfl_Frame; typedef 750 Dwfl_Thread *dwfl_frame_thread (Dwfl_Frame *state) 788 int (*callback) (Dwfl_Frame *state, void *arg), 798 int (*callback) (Dwfl_Frame *thread, void *arg), 807 bool dwfl_frame_pc (Dwfl_Frame *state, Dwarf_Addr *pc, bool *isactivation)
|
/external/elfutils/tests/ |
D | backtrace-dwarf.c | 85 frame_callback (Dwfl_Frame *state, void *frame_arg) in frame_callback()
|
D | backtrace-data.c | 223 frame_callback (Dwfl_Frame *state, void *arg) in frame_callback()
|
D | backtrace.c | 160 frame_callback (Dwfl_Frame *state, void *frame_arg) in frame_callback()
|
/external/strace/ |
D | unwind-libdw.c | 139 frame_callback(Dwfl_Frame *state, void *arg) in frame_callback()
|
/external/elfutils/src/ |
D | stack.c | 173 frame_callback (Dwfl_Frame *state, void *arg) in frame_callback()
|
/external/elfutils/ |
D | ChangeLog | 387 Dwfl_Thread, Dwfl_Frame, dwfl_attach_state, dwfl_pid, dwfl_thread_dwfl,
|
D | NEWS | 273 Dwfl_Thread and Dwfl_Frame and functions dwfl_attach_state,
|
/external/elfutils/config/ |
D | elfutils.spec.in | 421 Dwfl_Thread and Dwfl_Frame and functions dwfl_attach_state,
|