Searched refs:_section_enum (Results 1 – 1 of 1) sorted by relevance
/arm-trusted-firmware-2.8.0/plat/mediatek/include/lib/mtk_init/ |
A D | mtk_init.h | 13 #define INIT_CALL_EXPAND_AS_ENUMERATION(_section_enum, _section_name, _level) \ argument 14 _section_enum = _level, 16 #define EXPAND_AS_LINK_SECTION(_section_enum, _section_name, _level) \ argument 17 __##_section_enum##_START__ = .; \ 20 #define EXPAND_AS_EXTERN(_section_enum, _section_name, _level) \ argument 21 extern struct initcall __##_section_enum##_START__[]; 23 #define EXPAND_AS_SYMBOL_ARR(_section_enum, _section_name, _level) \ argument 24 __##_section_enum##_START__,
|
Completed in 2 milliseconds