Searched refs:__attribute__ (Results 1 – 8 of 8) sorted by relevance
54 #define NN_ATTRIBUTE_ALIGN(n) __attribute__ ((aligned(n)))93 #define NN_IS_UNUSED_VAR __attribute__((unused))94 #define NN_IS_UNUSED_FUNC __attribute__((unused))101 #define NN_ATTRIBUTE_PACK __attribute__ ((packed))102 #define NN_ATTRIBUTE_DEPRECATED __attribute__ ((deprecated))104 __attribute__ ((format(type,m,n)))105 #define NN_ATTRIBUTE_NORETURN __attribute__ ((noreturn))114 static const char name[] __attribute__((section(".module_id"))) = (value)117 static void (*const array[])() __attribute__((used, section(".static_init"))) = { &symbol }121 __attribute__((section(#a "." #b)))
303 void * const __attribute__((section(".export"))) fexport_ ## f = (void *)f; \308 void * const __attribute__((section(".export"))) dexport_ ## d = (void *)&d; \313 void * const __attribute__((section(".export"))) dexport_ ## d = (void *)&d; \317 void * const __attribute__((section(".export"))) fexport_ ## c ## f = (void *)c::f; \321 void * const __attribute__((section(".export"))) dexport_ ## c ## d = (void *)&c::d; \325 void * const __attribute__((section(".export"))) dexport_ ## c ## d = (void *)&c::d; \
21 #define __Noreturn __attribute__((noreturn))
25 static const char name[] __attribute__((section(".module_id"))) = value
28 #define __attribute__(a) macro
126 #define PACKED_STRUCT_ATTRIBUTE __attribute__((packed))
144 static void __attribute__((warning(message))) __attribute__((unused)) \145 __attribute__((noinline)) id(void) { __asm__(""); }
59 u8 results[GX2_PERF_COUNTERINFO_RESULTS_RESERVED_SIZE] __attribute__ ((aligned(32)));