Home
last modified time | relevance | path

Searched refs:findSymbol (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp595 bool findSymbol = false; in GetFuncInfoLazily() local
600 findSymbol = true; in GetFuncInfoLazily()
604 if (!findSymbol && elfParse_->GetElfSymbolByAddr(addr, elfSymbol)) { in GetFuncInfoLazily()
606 findSymbol = true; in GetFuncInfoLazily()
609 if (findSymbol) { in GetFuncInfoLazily()

Completed in 2 milliseconds