Searched refs:strAddr (Results 1 – 3 of 3) sorted by relevance
323 auto strAddr = const_cast<char*>(reinterpret_cast<const char*>(strFixedHeaderAddr + 1)); in ReadItemEventStr() local329 strAddr[strFixedHeaderAddr->strLen - 1] = '\0'; in ReadItemEventStr()330 auto strIndex = traceDataCache_->GetDataIndex(strAddr); in ReadItemEventStr()
322 auto strAddr = const_cast<char*>(reinterpret_cast<const char*>(strFixedHeaderAddr + 1)); in ReadItemEventStr() local328 strAddr[strFixedHeaderAddr->strLen - 1] = '\0'; in ReadItemEventStr()329 auto strIndex = traceDataCache_->GetDataIndex(strAddr); in ReadItemEventStr()
237 uint64_t strAddr = 0; in SymbolInfoParsing() local250 strAddr = (uint64_t)ret; in SymbolInfoParsing()272 record_[std::string(fileName)] = Record(fileName, symAddr, strAddr); in SymbolInfoParsing()