Home
last modified time | relevance | path

Searched refs:GetPC (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/processor/
Dstackwalker_selftest.cc225 static uint32_t GetPC() __attribute__((noinline));
226 static uint32_t GetPC() { in GetPC() function
278 static uint32_t GetPC() __attribute__((noinline));
279 static uint32_t GetPC() { in GetPC() function
300 extern uint32_t GetPC();
331 context.srr0 = GetPC(); in CountCallerFrames()
338 context.pc = GetPC(); in CountCallerFrames()
Dstackwalker_selftest_sol.s85 ENTRY(GetPC)
92 SET_SIZE(GetPC)