Searched refs:GetEBP (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/processor/
H A Dstackwalker_selftest_sol.s47 ENTRY(GetEBP) function
56 SET_SIZE(GetEBP)
H A Dstackwalker_selftest.cc145 // GetEBP returns the current value of the %ebp register. Because it's
146 // implemented as a function, %ebp itself contains GetEBP's frame pointer
152 static uint32_t GetEBP() __attribute__((noinline));
153 static uint32_t GetEBP() { function
186 // because GetEBP and stackwalking necessarily depends on access to frame
295 extern uint32_t GetEBP();
324 context.ebp = GetEBP();

Completed in 250 milliseconds