Searched refs:SECTIONNAME (Results 1 – 1 of 1) sorted by relevance
150 #define PH_PLACE_ZI_DATA_TO_SECTION(SECTIONNAME) \ argument151 __attribute__((section(SECTIONNAME), zero_init))161 #define PH_PLACE_RO_DATA_TO_SECTION(SECTIONNAME) \ argument162 __attribute__((section(SECTIONNAME)))163 #define PH_PLACE_FUNCTION_TO_SECTION(SECTIONNAME) \ argument164 __attribute__((section(SECTIONNAME)))168 #define PH_ZI_DATA_SECTION(SECTIONNAME) \ argument169 _Pragma(STRINGIFY(arm section rwdata = #SECTIONNAME)); \170 _Pragma(STRINGIFY(arm section zidata = #SECTIONNAME));172 #define PH_RO_DATA_SECTION(SECTIONNAME) \ argument[all …]