Home | History | Annotate | Download | only in processor

Lines Matching refs:stack_end

124   uint64_t stack_begin = 0, stack_end = 0;
133 stack_end = prev_frame_x86->context.esp;
145 stack_end = prev_frame_amd64->context.rsp;
155 stack_end = prev_frame_arm->context.iregs[13];
167 stack_end = prev_frame_arm64->context.iregs[31];
170 if (!word_length || !stack_begin || !stack_end)
175 for(uint64_t address = stack_begin; address < stack_end; ) {
187 if (address < stack_end &&
202 for (uint64_t address = stack_begin; address < stack_end;