Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/Core/Include/
H A Dcmsis_compiler.h127 #define __WEAK __attribute__((weak)) macro
200 #define __WEAK __attribute__((weak)) macro
272 #define __WEAK __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/a-profile/
H A Dcmsis_gcc_a.h63 #define __WEAK __attribute__((weak)) macro
H A Dcmsis_clang_a.h60 #define __WEAK __attribute__((weak)) macro
H A Dcmsis_armclang_a.h54 #define __WEAK __attribute__((weak)) macro
H A Dcmsis_iccarm_a.h193 #define __WEAK __attribute__((weak)) macro
195 #define __WEAK _Pragma("__weak") macro
/third_party/FreeBSD/sys/sys/
H A Dcdefs.h557 #define __WEAK(sym) __asm__(".weak " __XSTRING(sym)) macro
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_gcc_m.h59 #define __WEAK __attribute__((weak)) macro
H A Dcmsis_iccarm_m.h246 #undef __WEAK /* undo the definition from DLib_Defaults.h */ macro
249 #define __WEAK __attribute__((weak)) macro
251 #define __WEAK _Pragma("__weak") macro
H A Dcmsis_armclang_m.h54 #define __WEAK __attribute__((weak)) macro
H A Dcmsis_clang_m.h59 #define __WEAK __attribute__((weak)) macro
H A Dcmsis_tiarmclang_m.h54 #define __WEAK __attribute__((weak)) macro

Completed in 18 milliseconds