HomeSort by relevance Sort by last modified time
    Searched defs:__REDIRECT (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 180 at the assembly language level. This is wrapped by the __REDIRECT
187 int __REDIRECT(setpgrp, (__pid_t pid, __pid_t pgrp), setpgid); */
191 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
209 # define __REDIRECT(name, proto, alias) name proto; \
382 # ifdef __REDIRECT
383 # define __LDBL_REDIR1(name, proto, alias) __REDIRECT (name, proto, alias)
399 #if !defined __LDBL_COMPAT || !defined __REDIRECT
405 # ifdef __REDIRECT
406 # define __REDIRECT_LDBL(name, proto, alias) __REDIRECT (name, proto, alias)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 180 at the assembly language level. This is wrapped by the __REDIRECT
187 int __REDIRECT(setpgrp, (__pid_t pid, __pid_t pgrp), setpgid); */
191 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
209 # define __REDIRECT(name, proto, alias) name proto; \
382 # ifdef __REDIRECT
383 # define __LDBL_REDIR1(name, proto, alias) __REDIRECT (name, proto, alias)
399 #if !defined __LDBL_COMPAT || !defined __REDIRECT
405 # ifdef __REDIRECT
406 # define __REDIRECT_LDBL(name, proto, alias) __REDIRECT (name, proto, alias)

Completed in 53 milliseconds