Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_elf_tls.h66 size_t offset_thread_pointer() const;
/bionic/libc/bionic/
Dbionic_elf_tls.cpp87 size_t StaticTlsLayout::offset_thread_pointer() const { in offset_thread_pointer() function in StaticTlsLayout
/bionic/linker/
Dlinker_relocate.cpp587 relocator.tls_tp_base = __libc_shared_globals()->static_tls_layout.offset_thread_pointer(); in relocate()