Defines | |
#define | ATTR_NO_RETURN __attribute__ ((noreturn)) |
#define | ATTR_INIT_SECTION(x) __attribute__ ((naked, section (".init" #x ))) |
#define | ATTR_WARN_UNUSED_RESULT __attribute__ ((warn_unused_result)) |
#define | ATTR_NON_NULL_PTR_ARG(...) __attribute__ ((nonnull (__VA_ARGS__))) |
#define | ATTR_NAKED __attribute__ ((naked)) |
#define | ATTR_NO_INLINE __attribute__ ((noinline)) |
#define | ATTR_ALWAYS_INLINE __attribute__ ((always_inline)) |
#define | ATTR_PURE __attribute__ ((pure)) |
#define | ATTR_CONST __attribute__ ((const)) |
#define | ATTR_DEPRECATED __attribute__ ((deprecated)) |
#define | ATTR_WEAK __attribute__ ((weak)) |
#define | ATTR_ALIAS(x) __attribute__ ((alias( #x ))) |