Searched refs:secname (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/include/zephyr/sys/ |
D | iterable_sections.h | 42 #define TYPE_SECTION_ITERABLE(type, varname, secname, section_postfix) \ argument 44 __in_section(_##secname, static, _CONCAT(section_postfix, _)) __used __noasan 55 #define TYPE_SECTION_START(secname) _CONCAT(_##secname, _list_start) argument 65 #define TYPE_SECTION_END(secname) _CONCAT(_##secname, _list_end) argument 78 #define TYPE_SECTION_START_EXTERN(type, secname) \ argument 79 extern type TYPE_SECTION_START(secname)[] 92 #define TYPE_SECTION_END_EXTERN(type, secname) \ argument 93 extern type TYPE_SECTION_END(secname)[] 105 #define TYPE_SECTION_FOREACH(type, secname, iterator) \ argument 106 TYPE_SECTION_START_EXTERN(type, secname); \ [all …]
|