/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-cleanup3.c | 25 static int global; variable 35 global *= val; in ch() 36 global += val; in ch() 86 if (global != 9) in do_test() 88 printf ("global = %d, expected 9\n", global); in do_test()
|
A D | tst-cleanup1.c | 25 static int global; variable 35 global *= val; in ch() 36 global += val; in ch() 88 if (global != 9) in do_test() 90 printf ("global = %d, expected 9\n", global); in do_test()
|
A D | tst-once1.c | 25 static int global; variable 30 ++global; in once_handler() 40 if (global != 1) in do_test() 42 printf ("global = %d, expected 1\n", global); in do_test()
|
A D | tst-cleanup4.c | 33 static int global; variable 47 global *= val; in clh() 48 global += val; in clh() 153 global = 0; in do_test() 186 if (global != expect[i]) in do_test() 188 printf ("global = %d, expected %d\n", global, expect[i]); in do_test()
|
A D | tst-cleanup0.c | 25 static int global; variable 35 global *= val; in ch() 36 global += val; in ch() 44 _exit (global); in endfct()
|
A D | tst-once2.c | 29 static int global; variable 36 ++global; in once_handler() 49 if (global != 1) in tf() 51 printf ("thread %ld: global == %d\n", (long int) arg, global); in tf()
|
A D | tst-sched1.c | 25 static int global; variable 30 global = 1; in tf() 86 if (global == 0) in do_test()
|
A D | tst-cancel8.c | 27 static int global; variable 33 global = 1; in cleanup() 132 if (global != 0) in do_test()
|
A D | tst-once3.c | 34 static int global; variable 63 global = 1; in once_handler2() 150 if (global != 1) in do_test()
|
A D | tst-once4.c | 33 static int global; variable 61 global = 1; in once_handler2() 184 if (global != 1) in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/h8300/ |
A D | crt0.S | 21 .global _start 22 .global __exit 23 .global atexit 24 .global main
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/ |
A D | aeabi_sighandlers.S | 38 .global __aeabi_SIG_DFL 43 .global __aeabi_SIG_IGN 48 .global __aeabi_SIG_ERR
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/ |
A D | crtn.S | 4 .global _init 13 .global _fini 22 .global __get_pc_thunk_bx
|
A D | crti.S | 2 .global _init 14 .global _fini 26 .global __get_pc_thunk_bx
|
/l4re-core-master/sigma0/server/src/ARCH-arm64/ |
A D | crt0.S | 21 .global __l4_sys_syscall 35 .global crt0_stack_low 38 .global crt0_stack_high
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/ |
A D | setjmp.S | 22 .global _setjmp 34 .global setjmp 45 .global __sigsetjmp
|
A D | crt1.S | 55 .global _start 68 .global main 129 .global __data_start
|
A D | crtn.S | 5 .global _init 13 .global _fini
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/hppa/ |
A D | crt1.S | 37 .import $global$, data 108 ldil L%$global$, %dp 109 ldo R%$global$(%dp), %dp
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/ |
A D | crti.S | 6 .global _init 13 .global _fini
|
A D | crtn.S | 6 .global _init 13 .global _fini
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/xtensa/ |
A D | crti.S | 5 .global _init 13 .global _fini
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-arm/ |
A D | aeabi_read_tp-v6p.S | 54 .global __aeabi_read_tp 58 .global __aeabi_read_tp
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/avr32/ |
A D | crtn.S | 4 .global _init 10 .global _fini
|
/l4re-core-master/sigma0/server/src/ARCH-sparc/ |
A D | crt0.S | 22 .global crt0_stack_low 25 .global crt0_stack_high
|