Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_relocate.cpp83 size_t tls_tp_base = 0; member in Relocator
402 tpoff += mod.static_offset - relocator.tls_tp_base; in process_relocation_impl()
461 desc->arg = mod.static_offset - relocator.tls_tp_base + sym_addr + addend; in process_relocation_impl()
463 rel_target, mod.static_offset, relocator.tls_tp_base, in process_relocation_impl()
610 relocator.tls_tp_base = __libc_shared_globals()->static_tls_layout.offset_thread_pointer(); in relocate()