Searched defs:GetSP (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/processor/
H A Dstackwalker_selftest_sol.s94 ENTRY(GetSP) function
100 SET_SIZE(GetSP)
H A Dstackwalker_selftest.cc203 // GetSP returns the current value of the %r1 register, which by convention,
205 // %r1 itself contains GetSP's own stack pointer and not the caller's stack
209 static uint32_t GetSP() __attribute__((noinline));
210 static uint32_t GetSP() { function
239 // GetSP returns the current value of the %sp/%o6/%g_r[14] register, which
241 // as a function, %sp itself contains GetSP's own stack pointer and not
246 static uint32_t GetSP() __attribute__((noinline));
247 static uint32_t GetSP() { function
302 extern uint32_t GetSP();
332 context.gpr[1] = GetSP();
[all...]

Completed in 101 milliseconds