HomeSort by relevance Sort by last modified time
    Searched full:stack_ptr (Results 1 - 7 of 7) sorted by null

  /system/core/debuggerd/x86/
unwind.c 14 unsigned int stack_ptr; local
53 stack_ptr = cur_sp;
54 while((int)(ebp - stack_ptr) >= 0) {
55 stack_content = ptrace(PTRACE_PEEKTEXT, pid, (void*)stack_ptr, NULL);
64 stack_level, stack_ptr, stack_content, mi ? mi->name : "", sym->name);
67 stack_level, stack_ptr, stack_content, mi ? mi->name : "");
70 stack_ptr = stack_ptr + 4;
72 if((int)(stack_ptr - cur_sp) >= STACK_FRAME_DEPTH) {
  /external/grub/stage2/
tparm.c 139 static int stack_ptr; variable
192 if (stack_ptr < STACKSIZE) {
193 stack[stack_ptr].num_type = TRUE;
194 stack[stack_ptr].data.num = x;
195 stack_ptr++;
203 if (stack_ptr > 0) {
204 stack_ptr--;
205 if (stack[stack_ptr].num_type)
206 result = stack[stack_ptr].data.num;
214 if (stack_ptr < STACKSIZE)
    [all...]
  /external/valgrind/main/coregrind/
m_machine.c 43 #define STACK_PTR(regs) ((regs).vex.VG_STACK_PTR)
50 return STACK_PTR( VG_(threads)[tid].arch );
60 STACK_PTR( VG_(threads)[tid].arch ) = sp;
    [all...]
  /external/sonivox/arm-fm-22k/bin/
arm-fm-22k 
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-linux.c 500 //.. SET_THREAD_REG(zztid, zzval, STACK_PTR, post_reg_write, \
    [all...]
  /external/sonivox/arm-hybrid-22k/bin/
arm-hybrid-22k 
  /external/sonivox/arm-wt-22k/bin/
arm-wt-22k 

Completed in 132 milliseconds