Searched refs:aligned (Results 1 – 5 of 5) sorted by relevance
| /nptl/ |
| A D | tst-tls6.sh | 35 for aligned in a e f; do 36 echo "preload tst-tls5mod{$aligned,b,c,d}.so" >> $logfile 40 LD_PRELOAD="`echo ${common_objpfx}nptl/tst-tls5mod{$aligned,b,c,d}.so \ 44 echo "preload tst-tls5mod{b,$aligned,c,d}.so" >> $logfile 48 LD_PRELOAD="`echo ${common_objpfx}nptl/tst-tls5mod{b,$aligned,c,d}.so \ 52 echo "preload tst-tls5mod{b,c,d,$aligned}.so" >> $logfile 56 LD_PRELOAD="`echo ${common_objpfx}nptl/tst-tls5mod{b,c,d,$aligned}.so \
|
| A D | tst-tls5moda.c | 4 static __thread char a [32] __attribute__ ((aligned (64)));
|
| A D | tst-tls5mode.c | 5 static __thread char e2 [32] __attribute__ ((aligned (64)));
|
| A D | tst-tls5modf.c | 6 static __thread char f2 [32] __attribute__ ((aligned (64)));
|
| A D | descr.h | 418 } __attribute ((aligned (TCB_ALIGNMENT)));
|
Completed in 8 milliseconds