Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_asm_tls.h85 #define TLS_SLOT_DTV 0 macro
113 #define TLS_SLOT_DTV 8 macro
/bionic/libc/bionic/
Dpthread_internal.h186 uintptr_t dtv_slot = reinterpret_cast<uintptr_t>(tcb->tls_slot(TLS_SLOT_DTV)); in __get_tcb_dtv()
191 tcb->tls_slot(TLS_SLOT_DTV) = &val->generation; in __set_tcb_dtv()
Dbionic_elf_tls.cpp365 tcb->tls_slot(TLS_SLOT_DTV) = nullptr; in __free_dynamic_tls()
/bionic/linker/arch/arm64/
Dtlsdesc_resolver.S52 ldr x20, [x19, #(TLS_SLOT_DTV * 8)]