HomeSort by relevance Sort by last modified time
    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 164 milliseconds