Searched refs:dispatch_queue_offsets_symbol (Results 1 – 1 of 1) sorted by relevance
2934 const Symbol *dispatch_queue_offsets_symbol = NULL; in GetDispatchQueueNameForThread() local2938 …dispatch_queue_offsets_symbol = module_sp->FindFirstSymbolWithNameAndType (g_dispatch_queue_offset… in GetDispatchQueueNameForThread()2940 if (dispatch_queue_offsets_symbol == NULL) in GetDispatchQueueNameForThread()2945 …dispatch_queue_offsets_symbol = module_sp->FindFirstSymbolWithNameAndType (g_dispatch_queue_offset… in GetDispatchQueueNameForThread()2947 if (dispatch_queue_offsets_symbol) in GetDispatchQueueNameForThread()2948 …m_dispatch_queue_offsets_addr = dispatch_queue_offsets_symbol->GetAddress().GetLoadAddress(&m_targ… in GetDispatchQueueNameForThread()