gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:___RENAME (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/cdefs_elf.h - 6.2KB - 159 lines
41: #if __STDC__
42: #define ___RENAME(x)    __asm(___STRING(_C_LABEL(x)))
43: #else
44: #ifdef __LEADING_UNDERSCORE
45: #define ___RENAME(x)    ____RENAME(_/**/x)
46: #define ____RENAME(x)   __asm(___STRING(x))
47: #else
48: #define ___RENAME(x)    __asm(___STRING(x))
49: #endif