This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question on link_map, ELF loader and TLS...


>    /* Start of the initialization image.  */
>    void *l_tls_initimage;
>    /* Size of the initialization image.  */
>    size_t l_tls_initimage_size;
>    /* Size of the TLS block.  */
>    size_t l_tls_blocksize;
>    /* Alignment requirement of the TLS block.  */
>    size_t l_tls_align;

These describes the PT_TLS segment of the particular DSO.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]