Lines Matching defs:alias
174 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias)) argument
176 # define __REDIRECT_NTH(name, proto, alias) \ argument
178 # define __REDIRECT_NTHNL(name, proto, alias) \ argument
181 # define __REDIRECT_NTH(name, proto, alias) \ argument
183 # define __REDIRECT_NTHNL(name, proto, alias) \ argument
455 # define __LDBL_REDIR1(name, proto, alias) __REDIRECT (name, proto, alias) argument
458 # define __LDBL_REDIR1_NTH(name, proto, alias) __REDIRECT_NTH (name, proto, alias) argument
461 # define __LDBL_REDIR1_DECL(name, alias) \ argument
465 # define __REDIRECT_LDBL(name, proto, alias) \ argument
467 # define __REDIRECT_NTH_LDBL(name, proto, alias) \ argument
472 # define __LDBL_REDIR1(name, proto, alias) name proto argument
474 # define __LDBL_REDIR1_NTH(name, proto, alias) name proto __THROW argument
478 # define __REDIRECT_LDBL(name, proto, alias) __REDIRECT (name, proto, alias) argument
479 # define __REDIRECT_NTH_LDBL(name, proto, alias) \ argument