Home
last modified time | relevance | path

Searched refs:Dwfl_Frame (Results 1 – 16 of 16) sorted by relevance

/external/elfutils/src/libdwfl/
Ddwfl_frame.c36 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()
245 dwfl_frame_thread (Dwfl_Frame *state) in INTDEF()
384 int (*callback) (Dwfl_Frame *frame, void *arg);
397 int (*callback) (Dwfl_Frame *frame, void *arg), in dwfl_getthread_frames()
407 int (*callback) (Dwfl_Frame *state, void *arg), in INTDEF()
442 Dwfl_Frame *state; in INTDEF()
Dframe_unwind.c52 __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()
108 expr_eval (Dwfl_Frame *state, Dwarf_Frame *frame, const Dwarf_Op *ops, in expr_eval()
498 new_unwound (Dwfl_Frame *state) in new_unwound()
506 Dwfl_Frame *unwound; in new_unwound()
523 handle_cfi (Dwfl_Frame *state, Dwarf_Addr pc, Dwarf_CFI *cfi, Dwarf_Addr bias) in handle_cfi()
532 Dwfl_Frame *unwound = state->unwound; in handle_cfi()
631 Dwfl_Frame *state = arg; in setfunc()
632 Dwfl_Frame *unwound = state->unwound; in setfunc()
[all …]
Dlibdwfl.h50 typedef struct Dwfl_Frame Dwfl_Frame; typedef
748 Dwfl_Thread *dwfl_frame_thread (Dwfl_Frame *state)
786 int (*callback) (Dwfl_Frame *state, void *arg),
796 int (*callback) (Dwfl_Frame *thread, void *arg),
805 bool dwfl_frame_pc (Dwfl_Frame *state, Dwarf_Addr *pc, bool *isactivation)
Ddwfl_frame_regs.c35 Dwfl_Frame *state = thread->unwound; in dwfl_thread_state_registers()
51 Dwfl_Frame *state = thread->unwound; in INTDEF()
DlibdwflP.h238 Dwfl_Frame *unwound;
244 struct Dwfl_Frame struct
248 Dwfl_Frame *unwound; argument
274 bool __libdwfl_frame_reg_get (Dwfl_Frame *state, unsigned regno,
280 bool __libdwfl_frame_reg_set (Dwfl_Frame *state, unsigned regno,
576 extern void __libdwfl_frame_unwind (Dwfl_Frame *state)
Ddwfl_frame_pc.c36 dwfl_frame_pc (Dwfl_Frame *state, Dwarf_Addr *pc, bool *isactivation) in dwfl_frame_pc()
DChangeLog589 * libdwfl.h (Dwfl_Thread, Dwfl_Frame): New typedefs.
602 (struct Dwfl_Process, struct Dwfl_Thread, struct Dwfl_Frame)
/external/elfutils/include/elfutils/
Dlibdwfl.h50 typedef struct Dwfl_Frame Dwfl_Frame; typedef
748 Dwfl_Thread *dwfl_frame_thread (Dwfl_Frame *state)
786 int (*callback) (Dwfl_Frame *state, void *arg),
796 int (*callback) (Dwfl_Frame *thread, void *arg),
805 bool dwfl_frame_pc (Dwfl_Frame *state, Dwarf_Addr *pc, bool *isactivation)
/external/elfutils/src/tests/
Dbacktrace-dwarf.c83 frame_callback (Dwfl_Frame *state, void *frame_arg) in frame_callback()
Dbacktrace-data.c216 frame_callback (Dwfl_Frame *state, void *arg) in frame_callback()
Dbacktrace.c146 frame_callback (Dwfl_Frame *state, void *frame_arg) in frame_callback()
/external/elfutils/src/src/
Dstack.c174 frame_callback (Dwfl_Frame *state, void *arg) in frame_callback()
/external/ltrace/
Doutput.c577 frame_callback (Dwfl_Frame *state, void *arg) in frame_callback()
/external/elfutils/src/
DChangeLog89 Dwfl_Thread, Dwfl_Frame, dwfl_attach_state, dwfl_pid, dwfl_thread_dwfl,
DNEWS58 Dwfl_Thread and Dwfl_Frame and functions dwfl_attach_state,
/external/elfutils/src/config/
Delfutils.spec.in247 Dwfl_Thread and Dwfl_Frame and functions dwfl_attach_state,