/glibc-2.36/nptl_db/ |
D | fetch-value.c | 100 uint8_t value; in _td_fetch_value() local 106 uint32_t value; in _td_fetch_value() local 112 uint64_t value; in _td_fetch_value() local 120 uint32_t value; in _td_fetch_value() local 127 uint64_t value; in _td_fetch_value() local 153 uint8_t value = widened_value - (psaddr_t) 0; in _td_store_value() local 158 uint32_t value = widened_value - (psaddr_t) 0; in _td_store_value() local 163 uint64_t value = widened_value - (psaddr_t) 0; in _td_store_value() local 170 uint32_t value = widened_value - (psaddr_t) 0; in _td_store_value() local 176 uint64_t value = widened_value - (psaddr_t) 0; in _td_store_value() local [all …]
|
/glibc-2.36/sysdeps/powerpc/powerpc32/power4/multiarch/ |
D | init-arch.h | 25 # define __GLRO(value) \ argument 32 # define __GLRO(value) GLRO(value) argument
|
/glibc-2.36/elf/ |
D | tst-tls-manydynamicmod.c | 27 SETTER (const struct value *value) in SETTER() 33 GETTER (struct value *value) in GETTER()
|
D | tst-tls-manydynamic.h | 33 struct value struct 39 typedef void (*set_value_func) (const struct value *); argument
|
D | tst-dlopen-nodelete-reloc.h | 31 static int value; member
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | libc-vdso.h | 46 # define VDSO_IFUNC_RET(value) \ argument 54 # define VDSO_IFUNC_RET(value) ((void *) (value)) argument
|
/glibc-2.36/sysdeps/powerpc/ |
D | dl-lookupcfg.h | 21 #define DL_FIXUP_VALUE_CODE_ADDR(value) (value) argument 22 #define DL_FIXUP_VALUE_ADDR(value) (value) argument 28 # define DL_FIXUP_BINDNOW_RELOC(value, new_value, st_value) \ argument 37 # define DL_FIXUP_BINDNOW_RELOC(value, new_value, st_value) \ argument
|
D | atomic-machine.h | 86 #define __arch_atomic_exchange_32_acq(mem, value) \ argument 100 #define __arch_atomic_exchange_32_rel(mem, value) \ argument 113 #define __arch_atomic_exchange_and_add_32(mem, value) \ argument 126 #define __arch_atomic_exchange_and_add_32_acq(mem, value) \ argument 140 #define __arch_atomic_exchange_and_add_32_rel(mem, value) \ argument 219 #define atomic_exchange_acq(mem, value) \ argument 231 #define atomic_exchange_rel(mem, value) \ argument 243 #define atomic_exchange_and_add(mem, value) \ argument 254 #define atomic_exchange_and_add_acq(mem, value) \ argument 265 #define atomic_exchange_and_add_rel(mem, value) \ argument
|
/glibc-2.36/sysdeps/generic/ |
D | dl-lookupcfg.h | 26 #define DL_FIXUP_VALUE_CODE_ADDR(value) (value) argument 27 #define DL_FIXUP_VALUE_ADDR(value) (value) argument 30 #define DL_FIXUP_BINDNOW_RELOC(value, new_value, st_value) \ argument
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-tss-basic.c | 39 void *value = tss_get (key); in tss_thrd() local 66 void *value = tss_get (key); in do_test() local
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | errname.c | 20 #define ERR_MAP(value) err_get_code (value) argument
|
D | err_map.h | 24 #define ERR_MAP(value) err_get_code (value) argument
|
/glibc-2.36/assert/ |
D | tst-assert-c++.cc | 69 no_int value; in do_test() local 74 bool_and_int value; in do_test() local
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | timer_gettime.c | 28 ___timer_gettime64 (timer_t timerid, struct __itimerspec64 *value) in ___timer_gettime64() 62 __timer_gettime (timer_t timerid, struct itimerspec *value) in __timer_gettime() 102 __timer_gettime_old (int timerid, struct itimerspec *value) in __timer_gettime_old()
|
D | eventfd_write.c | 24 eventfd_write (int fd, eventfd_t value) in eventfd_write()
|
/glibc-2.36/sysdeps/sparc/sparc32/ |
D | dl-irel.h | 46 Elf32_Addr value = elf_ifunc_invoke(reloc->r_addend); in elf_irela() local 52 Elf32_Addr value = elf_ifunc_invoke(reloc->r_addend); in elf_irela() local
|
/glibc-2.36/sysdeps/powerpc/powerpc64/ |
D | dl-irel.h | 46 Elf64_Addr value = elf_ifunc_invoke(reloc->r_addend); in elf_irela() local 52 Elf64_Addr value = elf_ifunc_invoke(reloc->r_addend); in elf_irela() local
|
/glibc-2.36/nptl/ |
D | sem_init.c | 27 __new_sem_init (sem_t *sem, int pshared, unsigned int value) in __new_sem_init() 72 __old_sem_init (sem_t *sem, int pshared, unsigned int value) in __old_sem_init()
|
D | pthread_exit.c | 25 __pthread_exit (void *value) in __pthread_exit()
|
/glibc-2.36/nss/ |
D | valid_field.c | 27 __nss_valid_field (const char *value) in __nss_valid_field()
|
/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | varshift.h | 26 __m128i_shift_right (__m128i value, unsigned long int offset) in __m128i_shift_right()
|
/glibc-2.36/misc/ |
D | ualarm.c | 27 ualarm (useconds_t value, useconds_t interval) in ualarm()
|
/glibc-2.36/support/ |
D | xpthread_check_return.c | 27 xpthread_check_return (const char *function, int value) in xpthread_check_return()
|
/glibc-2.36/sysdeps/x86/ |
D | tst-ifunc-isa-2.c | 29 enum isa value = foo (); in do_test() local
|
/glibc-2.36/benchtests/ |
D | bench-util.h | 20 #define DO_NOT_OPTIMIZE_OUT(value) \ argument
|