Home
last modified time | relevance | path

Searched refs:__WEAK (Results 1 - 13 of 13) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
H A Dcmsis_compiler.h126 #ifndef __WEAK
127 #define __WEAK __attribute__((weak)) macro
199 #ifndef __WEAK
200 #define __WEAK __attribute__((weak)) macro
271 #ifndef __WEAK
272 #define __WEAK __weak macro
/third_party/cmsis/CMSIS/Core/Include/a-profile/
H A Dcmsis_iccarm_a.h191 #ifndef __WEAK
193 #define __WEAK __attribute__((weak)) macro
195 #define __WEAK _Pragma("__weak") macro
H A Dcmsis_armclang_a.h53 #ifndef __WEAK
54 #define __WEAK __attribute__((weak)) macro
H A Dcmsis_gcc_a.h62 #ifndef __WEAK
63 #define __WEAK __attribute__((weak)) macro
H A Dcmsis_clang_a.h59 #ifndef __WEAK
60 #define __WEAK __attribute__((weak)) macro
/third_party/musl/porting/linux/user/include/sys/
H A Dcdefs.h103 #define __WEAK(sym) __asm__(".weak " __STRING(sym)) macro
/third_party/musl/include/sys/linux/
H A Dcdefs.h103 #define __WEAK(sym) __asm__(".weak " __STRING(sym)) macro
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_iccarm_m.h246 #undef __WEAK /* undo the definition from DLib_Defaults.h */ macro
247 #ifndef __WEAK
249 #define __WEAK __attribute__((weak)) macro
251 #define __WEAK _Pragma("__weak") macro
H A Dcmsis_armclang_m.h53 #ifndef __WEAK
54 #define __WEAK __attribute__((weak)) macro
H A Dcmsis_clang_m.h58 #ifndef __WEAK
59 #define __WEAK __attribute__((weak)) macro
H A Dcmsis_tiarmclang_m.h53 #ifndef __WEAK
54 #define __WEAK __attribute__((weak)) macro
H A Dcmsis_gcc_m.h58 #ifndef __WEAK
59 #define __WEAK __attribute__((weak)) macro
/third_party/FreeBSD/sys/sys/
H A Dcdefs.h557 #define __WEAK(sym) __asm__(".weak " __XSTRING(sym)) macro

Completed in 16 milliseconds