/sysdeps/generic/ |
A D | libc-mtag.h | 41 __libc_mtag_tag_region (void *p, size_t n) in __libc_mtag_tag_region() 49 __libc_mtag_tag_zero_region (void *p, size_t n) in __libc_mtag_tag_zero_region() 58 __libc_mtag_address_get_tag (void *p) in __libc_mtag_address_get_tag() 67 __libc_mtag_new_tag (void *p) in __libc_mtag_new_tag()
|
/sysdeps/x86_64/multiarch/ |
A D | memset-avx2-unaligned-erms-rtm.S | 6 #define SECTION(p) p##.avx.rtm argument 7 #define MEMSET_SYMBOL(p,s) p##_avx2_##s##_rtm argument 8 #define WMEMSET_SYMBOL(p,s) p##_avx2_##s##_rtm argument
|
A D | memmove-avx-unaligned-erms.S | 8 # define SECTION(p) p##.avx argument 9 # define MEMMOVE_SYMBOL(p,s) p##_avx_##s argument
|
A D | memset-avx2-unaligned-erms.S | 24 # define SECTION(p) p##.avx argument 27 # define MEMSET_SYMBOL(p,s) p##_avx2_##s argument 30 # define WMEMSET_SYMBOL(p,s) p##_avx2_##s argument
|
A D | memchr-evex-rtm.S | 6 #define SECTION(p) p##.evex.rtm argument
|
A D | memmove-avx-unaligned-erms-rtm.S | 13 # define SECTION(p) p##.avx.rtm argument 14 # define MEMMOVE_SYMBOL(p,s) p##_avx_##s##_rtm argument
|
A D | memset-sse2-unaligned-erms.S | 24 # define MEMSET_SYMBOL(p,s) p##_sse2_##s argument 25 # define WMEMSET_SYMBOL(p,s) p##_sse2_##s argument
|
A D | memchr-avx2-rtm.S | 10 #define SECTION(p) p##.avx.rtm argument
|
A D | memcmp-avx2-movbe-rtm.S | 10 #define SECTION(p) p##.avx.rtm argument
|
A D | memcmpeq-avx2-rtm.S | 10 #define SECTION(p) p##.avx.rtm argument
|
A D | memmove-sse2-unaligned-erms.S | 20 # define MEMMOVE_SYMBOL(p,s) p##_sse2_##s argument
|
A D | memrchr-avx2-rtm.S | 10 #define SECTION(p) p##.avx.rtm argument
|
/sysdeps/x86_64/ |
A D | memmove.S | 29 #define SECTION(p) p argument 33 # define MEMCPY_SYMBOL(p,s) memcpy argument 37 # define MEMCPY_SYMBOL(p,s) __memcpy argument 39 # define MEMCPY_SYMBOL(p,s) memcpy argument 43 # define MEMPCPY_SYMBOL(p,s) __mempcpy argument 46 # define MEMMOVE_CHK_SYMBOL(p,s) p argument 47 # define MEMMOVE_SYMBOL(p,s) memmove argument
|
A D | memset.S | 43 #define SECTION(p) p argument 46 # define MEMSET_CHK_SYMBOL(p,s) p argument 47 # define MEMSET_SYMBOL(p,s) memset argument 51 # define WMEMSET_CHK_SYMBOL(p,s) p argument 52 # define WMEMSET_SYMBOL(p,s) __wmemset argument
|
/sysdeps/unix/sysv/linux/ |
A D | tst-align-clone.c | 56 pid_t p = __clone2 (f, st, sizeof (st), 0, 0); in do_test() local 60 pid_t p = clone (f, st + sizeof (st), 0, 0); in do_test() local 62 pid_t p = clone (f, st, 0, 0); in do_test() local
|
A D | tst-misalign-clone.c | 67 pid_t p = __clone2 (check_stack_alignment, stack, STACK_SIZE, 0, 0); in do_test() local 70 pid_t p = clone (check_stack_alignment, stack + STACK_SIZE, 0, 0); in do_test() local 72 pid_t p = clone (check_stack_alignment, stack, 0, 0); in do_test() local
|
A D | tst-getpid1.c | 49 pid_t p = __clone2 (f, st, sizeof (st), TEST_CLONE_FLAGS, 0); in do_test() local 53 pid_t p = clone (f, st + sizeof (st), TEST_CLONE_FLAGS, 0); in do_test() local 55 pid_t p = clone (f, st, TEST_CLONE_FLAGS, 0); in do_test() local
|
A D | tst-clone2.c | 79 pid_t p = __clone2 (f, st, sizeof (st), clone_flags, 0); in do_test() local 83 pid_t p = clone (f, st + sizeof (st), clone_flags, 0); in do_test() local 85 pid_t p = clone (f, st, clone_flags, 0); in do_test() local
|
/sysdeps/aarch64/ |
A D | libc-mtag.h | 47 __libc_mtag_address_get_tag (void *p) in __libc_mtag_address_get_tag() 57 __libc_mtag_new_tag (void *p) in __libc_mtag_new_tag()
|
/sysdeps/x86/ |
A D | tst-memchr-rtm.c | 32 char *p = memchr (string1, 'c', STRING_SIZE); in prepare() local 43 char *p = memchr (string1, 'c', STRING_SIZE); in function() local
|
A D | tst-memrchr-rtm.c | 32 char *p = memrchr (string1, 'c', STRING_SIZE); in prepare() local 43 char *p = memrchr (string1, 'c', STRING_SIZE); in function() local
|
A D | tst-strchr-rtm.c | 32 char *p = strchr (string1, 'c'); in prepare() local 43 char *p = strchr (string1, 'c'); in function() local
|
A D | tst-strrchr-rtm.c | 31 char *p = strrchr (string1, 'c'); in prepare() local 42 char *p = strrchr (string1, 'c'); in function() local
|
/sysdeps/ia64/nptl/ |
A D | pthread_spin_lock.c | 24 int *p = (int *) lock; in __pthread_spin_lock() local
|
/sysdeps/pthread/ |
A D | tst-unload.c | 26 void *p = dlopen (LIBPTHREAD_SO, RTLD_LAZY); in do_test() local
|