Lines Matching defs:state
1 /* Get Dwarf Frame state from modules present in DWFL.
39 Dwfl_Frame *state = thread->unwound;
40 assert (state && state->unwound == NULL);
41 assert (state->initial_frame);
43 if (! __libdwfl_frame_reg_set (state, regno, regs[regno - firstreg]))
55 Dwfl_Frame *state = thread->unwound;
56 assert (state && state->unwound == NULL);
57 assert (state->initial_frame);
58 state->pc = pc;
59 state->pc_state = DWFL_FRAME_STATE_PC_SET;
64 dwfl_frame_reg (Dwfl_Frame *state, unsigned regno, Dwarf_Word *val)
66 int res = __libdwfl_frame_reg_get (state, regno, val);