Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:state

1 /* Get Dwarf Frame state from modules present in DWFL.
35 Dwfl_Frame *state = thread->unwound;
36 assert (state && state->unwound == NULL);
37 assert (state->initial_frame);
39 if (! __libdwfl_frame_reg_set (state, regno, regs[regno - firstreg]))
51 Dwfl_Frame *state = thread->unwound;
52 assert (state && state->unwound == NULL);
53 assert (state->initial_frame);
54 state->pc = pc;
55 state->pc_state = DWFL_FRAME_STATE_PC_SET;