Searched refs:section_name (Results 1 – 1 of 1) sorted by relevance
213 #define ATTR_PLACE_AT(section_name) __attribute__((section(section_name))) argument215 #define ATTR_PLACE_AT_WITH_ALIGNMENT(section_name, alignment) \ argument216 ATTR_PLACE_AT(section_name) ATTR_ALIGN(alignment)
Completed in 6 milliseconds