Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp55 m_thread_info.tls_offset = 0; in HexagonDYLDRendezvous()
331 m_thread_info.tls_offset); in GetThreadInfo()
H A DHexagonDYLDRendezvous.h55 uint32_t tls_offset; // offset of TLS pointer within DTV slot member
H A DDynamicLoaderHexagonDYLD.cpp590 addr_t tls_block = ReadPointer(dtv_slot + metadata.tls_offset); in GetThreadLocalData()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h64 uint32_t tls_offset; // offset of TLS pointer within DTV slot member
H A DDYLDRendezvous.cpp627 m_thread_info.tls_offset); in GetThreadInfo()
H A DDynamicLoaderPOSIXDYLD.cpp756 addr_t tls_block = ReadPointer(dtv_slot + metadata.tls_offset); in GetThreadLocalData()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp1081 const lldb::addr_t tls_offset = data.GetAddress(&offset); in GetThreadLocalData() local
1092 return tls_pos->second + tls_offset; in GetThreadLocalData()
1127 return pthread_key_data + tls_offset; in GetThreadLocalData()