Searched refs:__used_section (Results 1 – 6 of 6) sorted by relevance
16 #define __exitdata __used_section(".exit.data")17 #define __initsetup __used_section(".init.setup")18 #define __init_call(lvl) __used_section(".initcall" lvl ".init")19 #define __exit_call __used_section(".exitcall.exit")
42 #define __used_section(s) __used __attribute__((__section__(s))) macro
24 __used_section(".data.vpci." p) = x
93 __used_section(".lockprofile.data") = \
92 #define __paramhypfs __used_section(".data.paramhypfs")
504 __used_section(".data.schedulers") = &x;
Completed in 11 milliseconds