Lines Matching full:first
82 * As we meet ftrace_regs_entry, reset first flag like first doing
125 state->first = true; in unwind_by_prologue()
134 * When first is not set, the PC is a return address in the previous frame. in unwind_by_prologue()
137 pc = state->pc - (state->first ? 0 : LOONGARCH_INSN_SIZE); in unwind_by_prologue()
155 * first being true is reasonable, otherwise indicate analysis is broken. in unwind_by_prologue()
158 if (state->first) in unwind_by_prologue()
159 goto first; in unwind_by_prologue()
176 if (state->first) { in unwind_by_prologue()
178 goto first; in unwind_by_prologue()
187 first: in unwind_by_prologue()
191 state->first = false; in unwind_by_prologue()
217 state->first = true; in next_frame()
246 state->first = true; in unwind_start()