Home
last modified time | relevance | path

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

/external/elfutils/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()
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()
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()
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 …]
Dlibdwfl.h50 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)
Ddwfl_frame_regs.c35 Dwfl_Frame *state = thread->unwound; in dwfl_thread_state_registers()
51 Dwfl_Frame *state = thread->unwound; in INTDEF()
DlibdwflP.h248 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)
Ddwfl_frame_pc.c36 dwfl_frame_pc (Dwfl_Frame *state, Dwarf_Addr *pc, bool *isactivation) in dwfl_frame_pc()
DChangeLog938 * libdwfl.h (Dwfl_Thread, Dwfl_Frame): New typedefs.
951 (struct Dwfl_Process, struct Dwfl_Thread, struct Dwfl_Frame)
/external/elfutils/include/elfutils/
Dlibdwfl.h50 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/
Dbacktrace-dwarf.c86 frame_callback (Dwfl_Frame *state, void *frame_arg) in frame_callback()
Dbacktrace-data.c218 frame_callback (Dwfl_Frame *state, void *arg) in frame_callback()
Dbacktrace.c148 frame_callback (Dwfl_Frame *state, void *frame_arg) in frame_callback()
/external/elfutils/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/
DChangeLog197 Dwfl_Thread, Dwfl_Frame, dwfl_attach_state, dwfl_pid, dwfl_thread_dwfl,
DNEWS117 Dwfl_Thread and Dwfl_Frame and functions dwfl_attach_state,
/external/elfutils/config/
Delfutils.spec.in320 Dwfl_Thread and Dwfl_Frame and functions dwfl_attach_state,