Lines Matching refs:section
111 #define __HEAD .section ".head.text","ax"
112 #define __INIT .section ".init.text","ax"
115 #define __INITDATA .section ".init.data","aw",%progbits
116 #define __INITRODATA .section ".init.rodata","a",%progbits
122 #define __MEMINIT .section ".meminit.text", "ax"
123 #define __MEMINITDATA .section ".meminit.data", "aw"
124 #define __MEMINITRODATA .section ".meminit.rodata", "a"
127 #define __REF .section ".ref.text", "ax"
128 #define __REFDATA .section ".ref.data", "aw"
129 #define __REFCONST .section ".ref.rodata", "a"
373 #define __INITRODATA_OR_MODULE .section ".rodata","a",%progbits