Searched refs:m_dispatch_tsd_indexes_addr (Results 1 – 2 of 2) sorted by relevance
91 m_libpthread_offsets(), m_dispatch_tsd_indexes_addr(LLDB_INVALID_ADDRESS), in SystemRuntimeMacOSX() 375 if (m_dispatch_tsd_indexes_addr != LLDB_INVALID_ADDRESS) in ReadLibdispatchTSDIndexesAddress() 389 m_dispatch_tsd_indexes_addr = in ReadLibdispatchTSDIndexesAddress() 402 if (m_dispatch_tsd_indexes_addr != LLDB_INVALID_ADDRESS) { in ReadLibdispatchTSDIndexes() 410 if (m_process->GetTarget().ResolveLoadAddress (m_dispatch_tsd_indexes_addr, dti_struct_addr)) in ReadLibdispatchTSDIndexes() 423 if (m_dispatch_tsd_indexes_addr != LLDB_INVALID_ADDRESS) { in ReadLibdispatchTSDIndexes() 447 ProcessStructReader struct_reader(m_process, m_dispatch_tsd_indexes_addr, in ReadLibdispatchTSDIndexes()
278 lldb::addr_t m_dispatch_tsd_indexes_addr; variable