Searched refs:aligned (Results 1 – 15 of 15) sorted by relevance
/elf/ |
A D | tst-tlsalign-lib.c | 2 __thread int mod_tdata2 __attribute__ ((aligned (0x10))) = 2; 3 __thread int mod_tdata3 __attribute__ ((aligned (0x1000))) = 4; 5 __thread int mod_tbss2 __attribute__ ((aligned (0x10))); 6 __thread int mod_tbss3 __attribute__ ((aligned (0x1000)));
|
A D | tst-tlsalign-vars.c | 6 __thread int tdata2 __attribute__ ((aligned (0x10))) = 2; 7 __thread int tdata3 __attribute__ ((aligned (0x1000))) = 4; 9 __thread int tbss2 __attribute__ ((aligned (0x10))); 10 __thread int tbss3 __attribute__ ((aligned (0x1000)));
|
A D | tst-array1.c | 40 __attribute__ ((section (".preinit_array"), aligned (sizeof (void *)))) = 66 __attribute__ ((section (".init_array"), aligned (sizeof (void *)))) = 92 __attribute__ ((section (".fini_array"), aligned (sizeof (void *)))) =
|
A D | tst-tlsalign.c | 24 static __thread int tdata2 __attribute__ ((aligned (0x10))) = 2; 25 static __thread int tdata3 __attribute__ ((aligned (0x1000))) = 4; 27 static __thread int tbss2 __attribute__ ((aligned (0x10))); 28 static __thread int tbss3 __attribute__ ((aligned (0x1000)));
|
A D | tst-array2dep.c | 40 __attribute__ ((section (".init_array"), aligned (sizeof (void *)))) = 66 __attribute__ ((section (".fini_array"), aligned (sizeof (void *)))) =
|
A D | tst-array5.c | 20 __attribute__ ((section (".preinit_array"), aligned (sizeof (void *)))) = 41 __attribute__ ((section (".init_array"), aligned (sizeof (void *)))) =
|
A D | tst-alignmod3.c | 23 int foo __attribute__ ((aligned (ALIGN))) = 1;
|
A D | tst-align3.c | 23 int bar __attribute__ ((aligned (ALIGN))) = 1;
|
A D | tst-array5dep.c | 20 __attribute__ ((section (".init_array"), aligned (sizeof (void *)))) =
|
A D | tst-tlsmod14a.c | 8 } __attribute ((aligned (AL)));
|
A D | tst-tls-ie-mod.h | 31 __attribute__ ((aligned (8), tls_model (MODEL)))
|
A D | tst-tls14.c | 11 } __attribute ((aligned (AL)));
|
A D | dl-tls.c | 445 void *aligned = (void *) roundup ((uintptr_t) allocated, alignment); in _dl_allocate_tls_storage() local 446 result = aligned + size - TLS_TCB_SIZE; in _dl_allocate_tls_storage() 690 void *aligned = (void *) roundup ((uintptr_t) start, alignment); in rtld_hidden_def() local 692 return (struct dtv_pointer) { .val = aligned, .to_free = start }; in rtld_hidden_def()
|
A D | dl-profile.c | 145 uint32_t count __attribute__ ((aligned (__alignof__ (uint32_t))));
|
A D | dl-load.c | 58 char buf[FILEBUF_SIZE] __attribute__ ((aligned (__alignof (ElfW(Ehdr)))));
|
Completed in 13 milliseconds