Searched refs:func_offset (Results 1 – 6 of 6) sorted by relevance
104 if (frame->func_offset) { in FormatFrameData()105 line += StringPrintf("+%" PRIuPTR, frame->func_offset); in FormatFrameData()
118 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset); in Unwind()
118 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset); in UnwindFromContext()
786 frame.func_offset = 0; in TEST()844 frame.func_offset = 645; in TEST()853 frame.func_offset = 645; in TEST()
177 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset); in Unwind()
62 …uintptr_t func_offset; // pc relative to the start of the function, only valid if func_name is no… member