Searched refs:offset_thread_pointer (Results 1 – 5 of 5) sorted by relevance
174 EXPECT_EQ(base8, layout.offset_thread_pointer()); in TEST_F()184 EXPECT_EQ(base8, layout.offset_thread_pointer()); in TEST_F()198 EXPECT_EQ(base16, layout.offset_thread_pointer()); in TEST_F()206 EXPECT_EQ(base16, layout.offset_thread_pointer()); in TEST_F()213 EXPECT_EQ(256_words, layout.offset_thread_pointer()); in TEST_F()
77 config.tpoff = layout.offset_thread_pointer(); in __libc_init_main_thread_final()
78 size_t offset_thread_pointer() const;
102 size_t StaticTlsLayout::offset_thread_pointer() const { in offset_thread_pointer() function in StaticTlsLayout
611 relocator.tls_tp_base = __libc_shared_globals()->static_tls_layout.offset_thread_pointer(); in relocate()