Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h592 #define __strong_reference(sym,aliassym) \ argument
593 extern __typeof (sym) aliassym __attribute__ ((__alias__ (__STRING(sym))))
597 #define __weak_reference(sym,aliassym) \ argument
598 extern __typeof (sym) aliassym __attribute__ ((__weak__, __alias__ (__STRING(sym))))