Searched refs:retAddr (Results 1 - 2 of 2) sorted by relevance
/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()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
H A D | dfx_dump_catcher.cpp | 163 uint64_t requestTime, bool ret, std::string& msg, void* retAddr) in ReportDumpCatcherStats() 193 if (dladdr(retAddr, &info) != 0) { in ReportDumpCatcherStats() 199 stat->offset = reinterpret_cast<uintptr_t>(retAddr) - reinterpret_cast<uintptr_t>(info.dli_fbase); in ReportDumpCatcherStats() 263 void* retAddr = __builtin_return_address(0); in DumpCatch() local 264 ReportDumpCatcherStats(pid, requestTime, ret, msg, retAddr); in DumpCatch() 162 ReportDumpCatcherStats(int32_t pid, uint64_t requestTime, bool ret, std::string& msg, void* retAddr) ReportDumpCatcherStats() argument
|
Completed in 3 milliseconds