OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GO_ARGS
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/pkg/include/
funcdata.h
20
//
GO_ARGS
, GO_RESULTS_INITIALIZED, and NO_LOCAL_POINTERS are macros
27
//
GO_ARGS
indicates that the Go prototype for this assembly function
29
//
GO_ARGS
should be the first instruction in a function that uses it.
31
//
GO_ARGS
is inserted implicitly by the linker for any function
34
#define
GO_ARGS
FUNCDATA $FUNCDATA_ArgsPointerMaps, go_args_stackmap(SB)
/prebuilts/go/darwin-x86/src/runtime/
funcdata.h
20
//
GO_ARGS
, GO_RESULTS_INITIALIZED, and NO_LOCAL_POINTERS are macros
27
//
GO_ARGS
indicates that the Go prototype for this assembly function
29
//
GO_ARGS
should be the first instruction in a function that uses it.
31
//
GO_ARGS
is inserted implicitly by the linker for any function
34
#define
GO_ARGS
FUNCDATA $FUNCDATA_ArgsPointerMaps, go_args_stackmap(SB)
/prebuilts/go/linux-x86/pkg/include/
funcdata.h
20
//
GO_ARGS
, GO_RESULTS_INITIALIZED, and NO_LOCAL_POINTERS are macros
27
//
GO_ARGS
indicates that the Go prototype for this assembly function
29
//
GO_ARGS
should be the first instruction in a function that uses it.
31
//
GO_ARGS
is inserted implicitly by the linker for any function
34
#define
GO_ARGS
FUNCDATA $FUNCDATA_ArgsPointerMaps, go_args_stackmap(SB)
/prebuilts/go/linux-x86/src/runtime/
funcdata.h
20
//
GO_ARGS
, GO_RESULTS_INITIALIZED, and NO_LOCAL_POINTERS are macros
27
//
GO_ARGS
indicates that the Go prototype for this assembly function
29
//
GO_ARGS
should be the first instruction in a function that uses it.
31
//
GO_ARGS
is inserted implicitly by the linker for any function
34
#define
GO_ARGS
FUNCDATA $FUNCDATA_ArgsPointerMaps, go_args_stackmap(SB)
Completed in 182 milliseconds