Home
last modified time | relevance | path

Searched refs:tls1 (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/testsuite/
Dtwo_file_test_2_tls.cc30 __thread int tls1 = 123; variable
35 return tls1; in t1_2()
Dtwo_file_test_tls.cc30 extern __thread int tls1;
40 assert(tls1 == 123); in main()
/toolchain/binutils/binutils-2.25/gold/
Dscript-sections.cc3658 bool tls1 = (os1->flags() & elfcpp::SHF_TLS) != 0; in operator ()() local
3660 if (tls1 != tls2) in operator ()()
3661 return nobits1 ? tls1 : tls2; in operator ()()