Searched refs:NO_INIT_SECTION (Results 1 – 2 of 2) 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
32 NO_INIT_SECTION(crash_info_t CrashInfoRam, ".crash_info_ram_vr");