Home
last modified time | relevance | path

Searched refs:__attribute__ (Results 1 – 8 of 8) sorted by relevance

/CafeSDK-2.12.13-1/system/include/nn/config/compiler/
Dghs.h54 #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)))
/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSDynLoad.h303 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; \
/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_exit.h21 #define __Noreturn __attribute__((noreturn))
/CafeSDK-2.12.13-1/system/include/nn/
Dmiddleware.h25 static const char name[] __attribute__((section(".module_id"))) = value
/CafeSDK-2.12.13-1/system/include/windows/
Dmem.h28 #define __attribute__(a) macro
/CafeSDK-2.12.13-1/system/include/
Dtypes.h126 #define PACKED_STRUCT_ATTRIBUTE __attribute__((packed))
/CafeSDK-2.12.13-1/system/include/cafe/curl/
Dtypecheck-gcc.h144 static void __attribute__((warning(message))) __attribute__((unused)) \
145 __attribute__((noinline)) id(void) { __asm__(""); }
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2PerfLowLevel.h59 u8 results[GX2_PERF_COUNTERINFO_RESULTS_RESERVED_SIZE] __attribute__ ((aligned(32)));