When the compiler compiles your program, it puts all the TLS variables into their own section, which is named, unsurprisingly enough, .tls.
英
美
- 当编译器对程序进行编译时,它将所有的TLS变量放入它们自己的节,这个节的名字是.;tls。