Lines Matching refs:Dwfl_Frame
48 __libdwfl_frame_reg_get (Dwfl_Frame *state, unsigned regno, Dwarf_Addr *val)
65 __libdwfl_frame_reg_set (Dwfl_Frame *state, unsigned regno, Dwarf_Addr val)
136 expr_eval (Dwfl_Frame *state, Dwarf_Frame *frame, const Dwarf_Op *ops,
499 static Dwfl_Frame *
500 new_unwound (Dwfl_Frame *state)
508 Dwfl_Frame *unwound;
528 handle_cfi (Dwfl_Frame *state, Dwarf_Addr pc, Dwarf_CFI *cfi, Dwarf_Addr bias)
537 Dwfl_Frame *unwound = new_unwound (state);
668 Dwfl_Frame *state = arg;
669 Dwfl_Frame *unwound = state->unwound;
688 Dwfl_Frame *state = arg;
699 Dwfl_Frame *state = arg;
708 __libdwfl_frame_unwind (Dwfl_Frame *state)
753 // &Dwfl_Frame.signal_frame cannot be passed as it is a bitfield.