OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cgo_get_context_function
(Results
1 - 10
of
10
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_context.c
14
pfn =
_cgo_get_context_function
();
gcc_libinit_openbsd.c
27
pfn =
_cgo_get_context_function
();
51
void (*(
_cgo_get_context_function
(void)))(struct context_arg*) {
function
gcc_libinit_windows.c
79
pfn =
_cgo_get_context_function
();
116
void (*(
_cgo_get_context_function
(void)))(struct context_arg*) {
function
gcc_libinit.c
82
void (*(
_cgo_get_context_function
(void)))(struct context_arg*) {
function
libcgo.h
96
extern void (*(
_cgo_get_context_function
(void)))(struct context_arg*);
/prebuilts/go/linux-x86/src/runtime/cgo/
gcc_context.c
14
pfn =
_cgo_get_context_function
();
gcc_libinit_openbsd.c
27
pfn =
_cgo_get_context_function
();
51
void (*(
_cgo_get_context_function
(void)))(struct context_arg*) {
function
gcc_libinit_windows.c
79
pfn =
_cgo_get_context_function
();
116
void (*(
_cgo_get_context_function
(void)))(struct context_arg*) {
function
gcc_libinit.c
82
void (*(
_cgo_get_context_function
(void)))(struct context_arg*) {
function
libcgo.h
96
extern void (*(
_cgo_get_context_function
(void)))(struct context_arg*);
Completed in 173 milliseconds