Home
last modified time | relevance | path

Searched refs:aligned (Results 1 – 15 of 15) sorted by relevance

/elf/
A Dtst-tlsalign-lib.c2 __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 Dtst-tlsalign-vars.c6 __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 Dtst-array1.c40 __attribute__ ((section (".preinit_array"), aligned (sizeof (void *)))) =
66 __attribute__ ((section (".init_array"), aligned (sizeof (void *)))) =
92 __attribute__ ((section (".fini_array"), aligned (sizeof (void *)))) =
A Dtst-tlsalign.c24 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 Dtst-array2dep.c40 __attribute__ ((section (".init_array"), aligned (sizeof (void *)))) =
66 __attribute__ ((section (".fini_array"), aligned (sizeof (void *)))) =
A Dtst-array5.c20 __attribute__ ((section (".preinit_array"), aligned (sizeof (void *)))) =
41 __attribute__ ((section (".init_array"), aligned (sizeof (void *)))) =
A Dtst-alignmod3.c23 int foo __attribute__ ((aligned (ALIGN))) = 1;
A Dtst-align3.c23 int bar __attribute__ ((aligned (ALIGN))) = 1;
A Dtst-array5dep.c20 __attribute__ ((section (".init_array"), aligned (sizeof (void *)))) =
A Dtst-tlsmod14a.c8 } __attribute ((aligned (AL)));
A Dtst-tls-ie-mod.h31 __attribute__ ((aligned (8), tls_model (MODEL)))
A Dtst-tls14.c11 } __attribute ((aligned (AL)));
A Ddl-tls.c445 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 Ddl-profile.c145 uint32_t count __attribute__ ((aligned (__alignof__ (uint32_t))));
A Ddl-load.c58 char buf[FILEBUF_SIZE] __attribute__ ((aligned (__alignof (ElfW(Ehdr)))));

Completed in 13 milliseconds