Searched defs:NO_INIT (Results 1 – 2 of 2) sorted by relevance
65 #define NO_INIT(var) __no_init var macro108 #define NO_INIT(var) var __attribute__((section(".noinit"))) macro151 #define NO_INIT(var) var __attribute__((section("NoInit"))) macro
223 # define NO_INIT __attribute__((zero_init)) macro225 # define NO_INIT __no_init macro227 # define NO_INIT __attribute__((section(".no_init"))) macro