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.11-4.6/sysroot/usr/include/sys/
cdefs.h 166 at the assembly language level. This is wrapped by the __REDIRECT
173 int __REDIRECT(setpgrp, (__pid_t pid, __pid_t pgrp), setpgid); */
177 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
191 # define __REDIRECT(name, proto, alias) name proto; \
357 # ifdef __REDIRECT
358 # define __LDBL_REDIR1(name, proto, alias) __REDIRECT (name, proto, alias)
374 #if !defined __LDBL_COMPAT || !defined __REDIRECT
380 # ifdef __REDIRECT
381 # define __REDIRECT_LDBL(name, proto, alias) __REDIRECT (name, proto, alias)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
cdefs.h 166 at the assembly language level. This is wrapped by the __REDIRECT
173 int __REDIRECT(setpgrp, (__pid_t pid, __pid_t pgrp), setpgid); */
177 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
191 # define __REDIRECT(name, proto, alias) name proto; \
357 # ifdef __REDIRECT
358 # define __LDBL_REDIR1(name, proto, alias) __REDIRECT (name, proto, alias)
374 #if !defined __LDBL_COMPAT || !defined __REDIRECT
380 # ifdef __REDIRECT
381 # define __REDIRECT_LDBL(name, proto, alias) __REDIRECT (name, proto, alias)

Completed in 90 milliseconds