Lines Matching refs:SECTIONNAME
150 #define PH_PLACE_ZI_DATA_TO_SECTION(SECTIONNAME) \ argument
151 __attribute__((section(SECTIONNAME), zero_init))
161 #define PH_PLACE_RO_DATA_TO_SECTION(SECTIONNAME) \ argument
162 __attribute__((section(SECTIONNAME)))
163 #define PH_PLACE_FUNCTION_TO_SECTION(SECTIONNAME) \ argument
164 __attribute__((section(SECTIONNAME)))
168 #define PH_ZI_DATA_SECTION(SECTIONNAME) \ argument
169 _Pragma(STRINGIFY(arm section rwdata = #SECTIONNAME)); \
170 _Pragma(STRINGIFY(arm section zidata = #SECTIONNAME));
172 #define PH_RO_DATA_SECTION(SECTIONNAME) \ argument
173 _Pragma(STRINGIFY(arm section rodata = #SECTIONNAME));
175 #define PH_CODE_SECTION(SECTIONNAME) \ argument
176 _Pragma(STRINGIFY(arm section code = #SECTIONNAME));
184 #define PH_ZI_DATA_SECTION(SECTIONNAME) static void(SECTIONNAME)() argument
185 #define PH_RO_DATA_SECTION(SECTIONNAME) static void(SECTIONNAME)() argument
186 #define PH_CODE_SECTION(SECTIONNAME) static void(SECTIONNAME)() argument
188 #define PH_ZI_DATA_SECTION(SECTIONNAME) argument
189 #define PH_RO_DATA_SECTION(SECTIONNAME) argument
190 #define PH_CODE_SECTION(SECTIONNAME) argument
192 #define PH_PLACE_ZI_DATA_TO_SECTION(SECTIONNAME) argument
193 #define PH_PLACE_RO_DATA_TO_SECTION(SECTIONNAME) argument
194 #define PH_PLACE_FUNCTION_TO_SECTION(SECTIONNAME) argument