Searched defs:__section (Results 1 – 5 of 5) sorted by relevance
66 # define __section(NAME) \ macro
430 # define __section(S) __attribute__ ((__section__(#S))) macro
38 def __section(x): return __attribute__((__section__(x))) function42 def __section(x): return __attribute__((__section__(x))) function