search for: 001a5dd0

Displaying 1 result from an estimated 1 matches for "001a5dd0".

Did you mean: 001a5dd4
2018 Jan 27
0
Thread-local-storage memory layout
...ation code by myself. I am trying to find a clear explanation of what is the memory layout for x86 TLS but can't find anything useful. Maybe LLVM developers who worked with TLS could help me. Ok, I have two TLS sections .tdata .tbss [ 6] .tdata PROGBITS 00000000002a90d0 001a5dd0 0000000000000004 0000000000000000 WAT 0 0 16 [ 7] .tbss NOBITS 00000000002a90e0 001a5dd4 0000000000009c94 0000000000000000 WAT 0 0 16 And here is the ELF segment information: TLS 0x00000000001a5dd0 0x00000000002a90d...