Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_selftest.cc209 static uint32_t GetSP() __attribute__((noinline));
210 static uint32_t GetSP() { in GetSP() function
246 static uint32_t GetSP() __attribute__((noinline));
247 static uint32_t GetSP() { in GetSP() function
302 extern uint32_t GetSP();
332 context.gpr[1] = GetSP(); in CountCallerFrames()
339 context.g_r[14] = GetSP(); in CountCallerFrames()
Dstackwalker_selftest_sol.s94 ENTRY(GetSP)
100 SET_SIZE(GetSP)
/external/boringssl/src/crypto/test/
Dabi_test.cc292 UnwindStatusOr<crypto_word_t> GetSP() { return ctx_.Rsp; } in GetSP() function in abi_test::internal::UnwindCursor
363 UnwindStatusOr<crypto_word_t> GetSP() { in GetSP() function in abi_test::internal::UnwindCursor
520 crypto_word_t sp = cursor->GetSP().ValueOrDie("Error getting stack pointer"); in CheckUnwind()
566 UnwindStatusOr<crypto_word_t> cur_sp = cursor->GetSP(); in CheckUnwind()