Searched defs:NO_INIT_SECTION (Results 1 – 1 of 1) sorted by relevance
119 #define NO_INIT_SECTION(var, sect) SECTION(sect) __no_init var macro234 #define NO_INIT_SECTION(var, sect) var __attribute__((section( sect ), zero_init)) macro258 #define NO_INIT_SECTION(var, sect) var __attribute__((section(".bss" sect))) macro359 #define NO_INIT_SECTION(var, sect) var __attribute__((section(sect))) macro