OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FIXED_FRAME
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/pkg/include/
asm_ppc64x.h
5
//
FIXED_FRAME
defines the size of the fixed part of a stack frame. A stack
12
// +---------------------+ <- R1+
FIXED_FRAME
16
// So a function that sets up a stack frame at all uses as least
FIXED_FRAME
18
// with arguments (the arguments should be stored at
FIXED_FRAME
+0(R1),
19
//
FIXED_FRAME
+8(R1) etc) and some other low-level places.
25
#define
FIXED_FRAME
32
/prebuilts/go/darwin-x86/src/runtime/
asm_ppc64x.h
5
//
FIXED_FRAME
defines the size of the fixed part of a stack frame. A stack
12
// +---------------------+ <- R1+
FIXED_FRAME
16
// So a function that sets up a stack frame at all uses as least
FIXED_FRAME
18
// with arguments (the arguments should be stored at
FIXED_FRAME
+0(R1),
19
//
FIXED_FRAME
+8(R1) etc) and some other low-level places.
25
#define
FIXED_FRAME
32
/prebuilts/go/linux-x86/pkg/include/
asm_ppc64x.h
5
//
FIXED_FRAME
defines the size of the fixed part of a stack frame. A stack
12
// +---------------------+ <- R1+
FIXED_FRAME
16
// So a function that sets up a stack frame at all uses as least
FIXED_FRAME
18
// with arguments (the arguments should be stored at
FIXED_FRAME
+0(R1),
19
//
FIXED_FRAME
+8(R1) etc) and some other low-level places.
25
#define
FIXED_FRAME
32
/prebuilts/go/linux-x86/src/runtime/
asm_ppc64x.h
5
//
FIXED_FRAME
defines the size of the fixed part of a stack frame. A stack
12
// +---------------------+ <- R1+
FIXED_FRAME
16
// So a function that sets up a stack frame at all uses as least
FIXED_FRAME
18
// with arguments (the arguments should be stored at
FIXED_FRAME
+0(R1),
19
//
FIXED_FRAME
+8(R1) etc) and some other low-level places.
25
#define
FIXED_FRAME
32
Completed in 165 milliseconds