/sysdeps/generic/ |
A D | libc-lock.h | 46 #define __libc_lock_init(NAME) argument 47 #define __rtld_lock_initialize(NAME) argument 48 #define __libc_rwlock_init(NAME) argument 56 #define __libc_lock_fini(NAME) argument 57 #define __libc_rwlock_fini(NAME) argument 63 #define __libc_lock_lock(NAME) argument 64 #define __libc_rwlock_rdlock(NAME) argument 65 #define __libc_rwlock_wrlock(NAME) argument 72 #define __libc_lock_trylock(NAME) 0 argument 80 #define __libc_lock_unlock(NAME) argument [all …]
|
/sysdeps/nptl/ |
A D | libc-lockP.h | 48 #define __libc_lock_define(CLASS,NAME) \ argument 50 #define __libc_rwlock_define(CLASS,NAME) \ argument 75 #define __rtld_lock_initialize(NAME) \ argument 95 #define PTFAVAIL(NAME) 1 argument 107 #define __libc_lock_fini(NAME) ((void) 0) argument 108 #define __libc_rwlock_fini(NAME) ((void) 0) argument 123 # define __rtld_lock_lock_recursive(NAME) \ argument 126 # define __rtld_lock_unlock_recursive(NAME) \ argument 129 # define __rtld_lock_lock_recursive(NAME) \ argument 140 # define __libc_once_define(CLASS, NAME) \ argument [all …]
|
A D | libc-lock.h | 45 #define __libc_lock_define_recursive(CLASS,NAME) \ argument 64 # define __libc_lock_init_recursive(NAME) \ argument 67 # define __libc_lock_init_recursive(NAME) \ argument 82 # define __libc_lock_fini_recursive(NAME) ((void) 0) argument 84 # define __libc_lock_fini_recursive(NAME) \ argument 90 # define __libc_lock_lock_recursive(NAME) \ argument 101 # define __libc_lock_lock_recursive(NAME) \ argument 107 # define __libc_lock_trylock_recursive(NAME) \ argument 126 # define __libc_lock_trylock_recursive(NAME) \ argument 133 # define __libc_lock_unlock_recursive(NAME) \ argument [all …]
|
/sysdeps/s390/multiarch/ |
A D | utf16-utf32-z9.c | 28 #define _SINGLE_NAME(NAME) NAME##_single argument 29 #define SINGLE_NAME(NAME) _SINGLE_NAME(NAME) argument
|
A D | utf8-utf16-z9.c | 28 #define _SINGLE_NAME(NAME) NAME##_single argument 29 #define SINGLE_NAME(NAME) _SINGLE_NAME(NAME) argument
|
A D | utf8-utf32-z9.c | 28 #define _SINGLE_NAME(NAME) NAME##_single argument 29 #define SINGLE_NAME(NAME) _SINGLE_NAME(NAME) argument
|
A D | gconv_simple.c | 28 # define ICONV_C_NAME(NAME) __##NAME##_c argument 29 # define ICONV_VX_NAME(NAME) __##NAME##_vx argument 42 # define ICONV_VX_SINGLE(NAME) \ argument
|
/sysdeps/mach/ |
A D | libc-lock.h | 53 #define __libc_lock_define(CLASS,NAME) \ argument 73 #define __libc_lock_lock(NAME) \ argument 80 #define __libc_lock_unlock(NAME) \ argument 98 #define __libc_lock_init_recursive(NAME) \ argument 116 #define __libc_lock_lock_recursive(NAME) \ argument 129 #define __libc_lock_unlock_recursive(NAME) \ argument 140 #define __rtld_lock_initialize(NAME) \ argument 142 #define __rtld_lock_trylock_recursive(NAME) \ argument 144 #define __rtld_lock_lock_recursive(NAME) \ argument 146 #define __rtld_lock_unlock_recursive(NAME) \ argument [all …]
|
/sysdeps/unix/ |
A D | syscall-template.S | 64 # define T_PSEUDO(SYMBOL, NAME, N, U1, U2) \ argument 66 # define T_PSEUDO_NOERRNO(SYMBOL, NAME, N, U1, U2) \ argument 68 # define T_PSEUDO_ERRVAL(SYMBOL, NAME, N, U1, U2) \ argument 71 # define T_PSEUDO(SYMBOL, NAME, N) \ argument 73 # define T_PSEUDO_NOERRNO(SYMBOL, NAME, N) \ argument 75 # define T_PSEUDO_ERRVAL(SYMBOL, NAME, N) \ argument
|
/sysdeps/x86_64/ |
A D | set-hooks-arch.h | 23 #define SET_RELHOOK(NAME, HOOK) \ argument
|
/sysdeps/i386/ |
A D | set-hooks-arch.h | 23 #define SET_RELHOOK(NAME, HOOK) \ argument
|
/sysdeps/powerpc/nofpu/ |
A D | soft-supp.h | 55 # define SIM_COMPAT_SYMBOL(GLOBAL_NAME, NAME) \ argument
|
/sysdeps/aarch64/ |
A D | sysdep.h | 25 # define AARCH64_R(NAME) R_AARCH64_ ## NAME argument 31 # define AARCH64_R(NAME) R_AARCH64_P32_ ## NAME argument 206 # define MOVL(R, NAME) \ argument
|
/sysdeps/htl/ |
A D | libc-lockP.h | 41 # define PTFAVAIL(NAME) __libc_pthread_functions_init argument 47 # define PTFAVAIL(NAME) 1 argument 53 # define PTFAVAIL(NAME) (NAME != NULL) argument
|
/sysdeps/mips/ |
A D | tst-abi-interlink.c | 38 #define START_STATE(NAME) \ argument
|