Lines Matching refs:__section
44 #ifndef __section
45 # define __section(S) __attribute__ ((__section__(#S))) macro
67 #define __init __section(.init.text)
68 #define __initdata __section(.init.data)
69 #define __exitdata __section(.exit.data)
70 #define __exit_call __used __section(.exitcall.exit)
73 #define __exit __section(.exit.text)
75 #define __exit __used __section(.exit.text)
128 #define __uml_init_setup __used __section(.uml.setup.init)
129 #define __uml_setup_help __used __section(.uml.help.init)
130 #define __uml_init_call __used __section(.uml.initcall.init)
131 #define __uml_postsetup_call __used __section(.uml.postsetup.init)
132 #define __uml_exit_call __used __section(.uml.exitcall.exit)
147 #define __init_call __used __section(.initcall.init)