Searched refs:__init_call (Results 1 – 4 of 4) sorted by relevance
123 #define __init_call __used __section(".initcall.init") macro
149 void *glue(_test_, OP) __init_call = glue(test_, OP);
179 void *glue(_test_, OP) __init_call = glue(test_, OP);
66 #define __init_call __attribute__ ((unused,__section__ ("initcall"))) macro