HomeSort by relevance Sort by last modified time
    Searched refs:cgo_context_function (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_libinit_openbsd.c 13 static void (*cgo_context_function)(struct context_arg*); variable
47 cgo_context_function = context;
52 return cgo_context_function;
gcc_libinit.c 22 static void (*cgo_context_function)(struct context_arg*); variable
46 // functions have been run. We should not fetch cgo_context_function
52 pfn = cgo_context_function;
77 cgo_context_function = context;
86 ret = cgo_context_function;
gcc_libinit_windows.c 105 static void (*cgo_context_function)(struct context_arg*); variable
111 cgo_context_function = context;
120 ret = cgo_context_function;
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_libinit_openbsd.c 13 static void (*cgo_context_function)(struct context_arg*); variable
47 cgo_context_function = context;
52 return cgo_context_function;
gcc_libinit.c 22 static void (*cgo_context_function)(struct context_arg*); variable
46 // functions have been run. We should not fetch cgo_context_function
52 pfn = cgo_context_function;
77 cgo_context_function = context;
86 ret = cgo_context_function;
gcc_libinit_windows.c 105 static void (*cgo_context_function)(struct context_arg*); variable
111 cgo_context_function = context;
120 ret = cgo_context_function;

Completed in 715 milliseconds