Home
last modified time | relevance | path

Searched refs:offset_thread_pointer (Results 1 – 4 of 4) sorted by relevance

/bionic/tests/
Dstatic_tls_layout_test.cpp170 EXPECT_EQ(base8, layout.offset_thread_pointer()); in TEST()
180 EXPECT_EQ(base8, layout.offset_thread_pointer()); in TEST()
194 EXPECT_EQ(base16, layout.offset_thread_pointer()); in TEST()
202 EXPECT_EQ(base16, layout.offset_thread_pointer()); in TEST()
209 EXPECT_EQ(256_words, layout.offset_thread_pointer()); in TEST()
/bionic/libc/private/
Dbionic_elf_tls.h78 size_t offset_thread_pointer() const;
/bionic/libc/bionic/
Dbionic_elf_tls.cpp102 size_t StaticTlsLayout::offset_thread_pointer() const { in offset_thread_pointer() function in StaticTlsLayout
/bionic/linker/
Dlinker_relocate.cpp610 relocator.tls_tp_base = __libc_shared_globals()->static_tls_layout.offset_thread_pointer(); in relocate()