Home | History | Annotate | Download | only in sys

Lines Matching defs:__attribute__

156  * GCC2 uses a new, peculiar __attribute__((attrs)) style.  All of
161 #define __attribute__(x) /* delete __attribute__ if non-gcc or gcc1 */
175 #define __unused __attribute__((__unused__))
181 #define __used __attribute__((__used__))
187 #define __packed __attribute__((__packed__))
188 #define __aligned(x) __attribute__((__aligned__(x)))
189 #define __section(x) __attribute__((__section__(x)))
307 #define __noreturn __attribute__((__noreturn__))
308 #define __mallocfunc __attribute__((malloc))