gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:__strong_alias (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/kern_descrip.c - 60.6KB - 2,238 lines
145: /* For ease of reading. */
146: __strong_alias(fd_putvnode,fd_putfile)
147: __strong_alias(fd_putsock,fd_putfile)
bsd_source/t2ex/network/net/src_bsd/sys/cdefs_elf.h - 6.2KB - 159 lines
54: #if __STDC__
55: #define __strong_alias(alias,sym)                                             \
56:     __asm(".global " _C_LABEL_STRING(#alias) "\n"                       \