Home
last modified time | relevance | path

Searched refs:ra_offset (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/arch/mips/oprofile/
Dbacktrace.c76 off_t ra_offset = 0; in unwind_user_frame() local
84 && (!ra_offset || !stack_size); --addr) { in unwind_user_frame()
102 ra_offset = ra_slot; in unwind_user_frame()
107 if (!ra_offset || !stack_size) in unwind_user_frame()
110 if (ra_offset) { in unwind_user_frame()
111 new_frame.ra = old_frame->sp + ra_offset; in unwind_user_frame()