OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSP
(Results
1 - 3
of
3
) sorted by null
/external/google-breakpad/src/processor/
stackwalker_selftest.cc
203
//
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
() {
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
() {
302
extern uint32_t
GetSP
();
332
context.gpr[1] =
GetSP
();
[
all
...]
stackwalker_selftest_sol.s
94
ENTRY(
GetSP
)
100
SET_SIZE(
GetSP
)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dpaddr.h
238
STDMETHOD(
GetSP
)(THIS_ GUID* pguidSP) PURE;
267
#define IDirectPlay8Address_GetSP(p,a) (p)->lpVtbl->
GetSP
(p,a)
292
#define IDirectPlay8Address_GetSP(p,a) (p)->
GetSP
(a)
Completed in 498 milliseconds