Question on link_map, ELF loader and TLS...

Roland McGrath roland@frob.com
Fri Sep 23 20:51:00 GMT 2005


>    /* 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.



More information about the Libc-alpha mailing list