Solaris/x86 port - how to get the TLS section?

Jacob Carlborg via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Tue Nov 25 12:27:40 PST 2014


On 2014-11-25 18:59, Kai Nacke wrote:

> Does somebody else know a way to get a pointer to or the module id of
> the TLS section? Maybe a linkmap or a /proc/<pid>/map based solution?
> Every suggestion is welcome!

How about manually iterating the sections, would that be possible?

I found this link that might be of help: 
https://docs.oracle.com/cd/E26502_01/html/E26507/chapter8-1.html#scrolltoc

-- 
/Jacob Carlborg


More information about the digitalmars-d-ldc mailing list