Search | Google it | Results 1 - 1 of 1 for funcall:__STRING from t2ex/bsd_source/lib/libc/src_bsd/include/sysdepend/tef_em1d/machine/cdefs.h (0.00 seconds) |
11: #define __weak_alias(alias,sym) \ 12: __asm__(".weak " __STRING(alias) " ; " __STRING(alias) \ 13: " = " __STRING(sym)) 14: #define __warn_references(sym,msg) \ 15: __asm__(".section .gnu.warning." __STRING(sym) \ 16: " ; .ascii \"" msg "\" ; .text")