Lines Matching full:first
81 * As we meet ftrace_regs_entry, reset first flag like first doing
124 state->first = true; in unwind_by_prologue()
133 * When first is not set, the PC is a return address in the previous frame. in unwind_by_prologue()
136 pc = state->pc - (state->first ? 0 : LOONGARCH_INSN_SIZE); in unwind_by_prologue()
154 * first being true is reasonable, otherwise indicate analysis is broken. in unwind_by_prologue()
157 if (state->first) in unwind_by_prologue()
158 goto first; in unwind_by_prologue()
175 if (state->first) { in unwind_by_prologue()
177 goto first; in unwind_by_prologue()
186 first: in unwind_by_prologue()
190 state->first = false; in unwind_by_prologue()
216 state->first = true; in next_frame()
245 state->first = true; in unwind_start()