Searched refs:uintptr_t_cmp (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/elf/ |
D | tst-stackguard1.c | 43 uintptr_t_cmp (const void *a, const void *b) in uintptr_t_cmp() function 147 qsort (child_stack_chk_guards, N + 1, sizeof (uintptr_t), uintptr_t_cmp); in do_test()
|
D | tst-ptrguard1.c | 53 uintptr_t_cmp (const void *a, const void *b) in uintptr_t_cmp() function 157 qsort (child_ptr_chk_guards, N + 1, sizeof (uintptr_t), uintptr_t_cmp); in do_test()
|
/glibc-2.36/nptl/ |
D | tst-stackguard1.c | 44 uintptr_t_cmp (const void *a, const void *b) in uintptr_t_cmp() function 177 qsort (child_stack_chk_guards, N + 1, sizeof (uintptr_t), uintptr_t_cmp); in do_test()
|