Searched refs:Dwfl_Frame (Results 1 – 16 of 16) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_frame.c | 36 state_fetch_pc (Dwfl_Frame *state) in state_fetch_pc() 71 state_free (Dwfl_Frame *state) in state_free() 86 static Dwfl_Frame * 94 assert (nregs < sizeof (((Dwfl_Frame *) NULL)->regs_set) * 8); in state_alloc() 95 Dwfl_Frame *state = malloc (sizeof (*state) + sizeof (*state->regs) * nregs); in state_alloc() 246 dwfl_frame_thread (Dwfl_Frame *state) in INTDEF() 385 int (*callback) (Dwfl_Frame *frame, void *arg); 398 int (*callback) (Dwfl_Frame *frame, void *arg), in dwfl_getthread_frames() 408 int (*callback) (Dwfl_Frame *state, void *arg), in INTDEF() 443 Dwfl_Frame *state; in INTDEF()
|
D | frame_unwind.c | 52 __libdwfl_frame_reg_get (Dwfl_Frame *state, unsigned regno, Dwarf_Addr *val) in __libdwfl_frame_reg_get() 69 __libdwfl_frame_reg_set (Dwfl_Frame *state, unsigned regno, Dwarf_Addr val) in __libdwfl_frame_reg_set() 86 state_get_reg (Dwfl_Frame *state, unsigned regno, Dwarf_Addr *val) in state_get_reg() 151 expr_eval (Dwfl_Frame *state, Dwarf_Frame *frame, const Dwarf_Op *ops, in expr_eval() 515 new_unwound (Dwfl_Frame *state) in new_unwound() 523 Dwfl_Frame *unwound; in new_unwound() 540 handle_cfi (Dwfl_Frame *state, Dwarf_Addr pc, Dwarf_CFI *cfi, Dwarf_Addr bias) in handle_cfi() 549 Dwfl_Frame *unwound = state->unwound; in handle_cfi() 655 Dwfl_Frame *state = arg; in setfunc() 656 Dwfl_Frame *unwound = state->unwound; 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 | 35 Dwfl_Frame *state = thread->unwound; in dwfl_thread_state_registers() 51 Dwfl_Frame *state = thread->unwound; in INTDEF()
|
D | libdwflP.h | 248 Dwfl_Frame *unwound; 254 struct Dwfl_Frame struct 258 Dwfl_Frame *unwound; argument 284 bool __libdwfl_frame_reg_get (Dwfl_Frame *state, unsigned regno, 290 bool __libdwfl_frame_reg_set (Dwfl_Frame *state, unsigned regno, 591 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 | 938 * libdwfl.h (Dwfl_Thread, Dwfl_Frame): New typedefs. 951 (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 | 86 frame_callback (Dwfl_Frame *state, void *frame_arg) in frame_callback()
|
D | backtrace-data.c | 218 frame_callback (Dwfl_Frame *state, void *arg) in frame_callback()
|
D | backtrace.c | 148 frame_callback (Dwfl_Frame *state, void *frame_arg) in frame_callback()
|
/external/elfutils/src/ |
D | stack.c | 174 frame_callback (Dwfl_Frame *state, void *arg) in frame_callback()
|
/external/ltrace/ |
D | output.c | 577 frame_callback (Dwfl_Frame *state, void *arg) in frame_callback()
|
/external/elfutils/ |
D | ChangeLog | 197 Dwfl_Thread, Dwfl_Frame, dwfl_attach_state, dwfl_pid, dwfl_thread_dwfl,
|
D | NEWS | 117 Dwfl_Thread and Dwfl_Frame and functions dwfl_attach_state,
|
/external/elfutils/config/ |
D | elfutils.spec.in | 320 Dwfl_Thread and Dwfl_Frame and functions dwfl_attach_state,
|