Home
last modified time | relevance | path

Searched refs:func_offset (Results 1 – 6 of 6) sorted by relevance

/system/core/libbacktrace/
DBacktrace.cpp104 if (frame->func_offset) { in FormatFrameData()
105 line += StringPrintf("+%" PRIuPTR, frame->func_offset); in FormatFrameData()
DUnwindPtrace.cpp118 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset); in Unwind()
DUnwindCurrent.cpp118 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset); in UnwindFromContext()
Dbacktrace_test.cpp786 frame.func_offset = 0; in TEST()
844 frame.func_offset = 645; in TEST()
853 frame.func_offset = 645; in TEST()
DBacktraceOffline.cpp177 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset); in Unwind()
/system/core/include/backtrace/
DBacktrace.h62 …uintptr_t func_offset; // pc relative to the start of the function, only valid if func_name is no… member