Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/os/
H A Dstacktrace.cpp113 VmaEntry *vma = FindVma(pc); in PrintFrame() local
114 if (vma == nullptr) { in PrintFrame()
117 vma = FindVma(pc); in PrintFrame()
119 if (vma != nullptr) { in PrintFrame()
120 uintptr_t pc_offset = pc - vma->start_addr + vma->offset; in PrintFrame()
127 if (ReadDebugInfo(vma) && vma->debug_info.GetSrcLocation(pc_offset, &function, &src_file, &line)) { in PrintFrame()
206 bool ReadDebugInfo(VmaEntry *vma) in ReadDebugInfo() argument
208 if (vma in ReadDebugInfo()
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dstacktrace.cpp113 VmaEntry *vma = FindVma(pc); in PrintFrame() local
114 if (vma == nullptr) { in PrintFrame()
117 vma = FindVma(pc); in PrintFrame()
119 if (vma != nullptr) { in PrintFrame()
120 uintptr_t pcOffset = pc - vma->startAddr + vma->offset; in PrintFrame()
127 if (ReadDebugInfo(vma) && vma->debugInfo.GetSrcLocation(pcOffset, &function, &srcFile, &line)) { in PrintFrame()
206 bool ReadDebugInfo(VmaEntry *vma) in ReadDebugInfo() argument
208 if (vma in ReadDebugInfo()
[all...]

Completed in 2 milliseconds