OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:init_array_func
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c
507
struct kernel_info *
init_array_func
, *fini_array_func;
member in struct:module_info
3544
module->
init_array_func
= kernel;
3728
if (module->
init_array_func
)
3730
init_kernel (module->
init_array_func
);
3731
run_kernel (module->
init_array_func
, NULL, &kla, NULL, false);
3736
if (module->
init_array_func
)
/src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c
515
struct kernel_info *
init_array_func
, *fini_array_func;
member in struct:module_info
3397
module->
init_array_func
= kernel;
3496
if (module->
init_array_func
)
3498
init_kernel (module->
init_array_func
);
3499
run_kernel (module->
init_array_func
, NULL, &kla, NULL, false);
3504
if (module->
init_array_func
)
Completed in 33 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026