Home | History | Annotate | Download | only in processor

Lines Matching defs:stack_begin

124   uint64_t stack_begin = 0, stack_end = 0;
132 stack_begin = frame_x86->context.esp;
144 stack_begin = frame_amd64->context.rsp;
154 stack_begin = frame_arm->context.iregs[13];
166 stack_begin = frame_arm64->context.iregs[31];
170 if (!word_length || !stack_begin || !stack_end)
175 for(uint64_t address = stack_begin; address < stack_end; ) {
202 for (uint64_t address = stack_begin; address < stack_end;