Searched refs:retAddr (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_fault_stack.cpp | 45 auto retAddr = reinterpret_cast<long*>(&value); in ReadTargetMemory() local 47 *retAddr = ptrace(PTRACE_PEEKTEXT, tid_, reinterpret_cast<void*>(targetAddr), nullptr); in ReadTargetMemory() 48 if (*retAddr == -1) { in ReadTargetMemory() 56 retAddr += 1; in ReadTargetMemory()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
H A D | dfx_dump_catcher.cpp | 188 uint64_t requestTime, bool ret, std::string& msg, void* retAddr) in ReportDumpCatcherStats() argument 218 if (dladdr(retAddr, &info) != 0) { in ReportDumpCatcherStats() 224 … stat->offset = reinterpret_cast<uintptr_t>(retAddr) - reinterpret_cast<uintptr_t>(info.dli_fbase); in ReportDumpCatcherStats() 289 void* retAddr = __builtin_return_address(0); in DumpCatch() local 290 ReportDumpCatcherStats(pid, requestTime, ret, msg, retAddr); in DumpCatch()
|