Home
last modified time | relevance | path

Searched refs:function_offset (Results 1 – 10 of 10) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DLocalUnwinder.h40 uint64_t function_offset) in LocalFrameData()
45 function_offset(function_offset) {} in LocalFrameData()
51 uint64_t function_offset; member
DUnwinder.h50 uint64_t function_offset = 0; member
/system/unwinding/libunwindstack/tests/
DUnwinderTest.cpp221 EXPECT_EQ(0U, frame->function_offset); in TEST_F()
236 EXPECT_EQ(1U, frame->function_offset); in TEST_F()
251 EXPECT_EQ(2U, frame->function_offset); in TEST_F()
287 EXPECT_EQ(0U, frame->function_offset); in TEST_F()
302 EXPECT_EQ(0U, frame->function_offset); in TEST_F()
317 EXPECT_EQ(0U, frame->function_offset); in TEST_F()
348 EXPECT_EQ(0U, frame->function_offset); in TEST_F()
379 EXPECT_EQ(0U, frame->function_offset); in TEST_F()
410 EXPECT_EQ(0U, frame->function_offset); in TEST_F()
442 EXPECT_EQ(0U, frame->function_offset); in TEST_F()
[all …]
DLocalUnwinderTest.cpp74 if (frame.function_offset != 0) { in ErrorMsg()
75 unwind += android::base::StringPrintf("+%" PRId64, frame.function_offset); in ErrorMsg()
/system/unwinding/libunwindstack/
DUnwinder.cpp93 dex_files_->GetFunctionName(maps_, dex_pc, &frame->function_name, &frame->function_offset); in FillInDexFrame()
280 !elf->GetFunctionName(step_pc, &frame->function_name, &frame->function_offset)) { in Unwind()
282 frame->function_offset = 0; in Unwind()
359 if (frame.function_offset != 0) { in FormatFrame()
360 data += android::base::StringPrintf("+%" PRId64, frame.function_offset); in FormatFrame()
487 !elf->GetFunctionName(debug_pc, &frame.function_name, &frame.function_offset)) { in BuildFrameFromPcOnly()
489 frame.function_offset = 0; in BuildFrameFromPcOnly()
/system/unwinding/libunwindstack/tools/
Dunwind_reg_info.cpp195 uint64_t function_offset; in GetInfo() local
196 if (elf.GetFunctionName(pc, &function_name, &function_offset)) { in GetInfo()
/system/core/debuggerd/proto/
Dtombstone.proto139 uint64 function_offset = 5; field
/system/unwinding/libbacktrace/
DUnwindStack.cpp138 back_frame->func_offset = frame->function_offset; in Unwind()
/system/core/debuggerd/libdebuggerd/
Dtombstone_proto_to_text.cpp158 StringPrintf(" (%s+%" PRId64 ")", frame.function_name().c_str(), frame.function_offset()); in print_backtrace()
Dtombstone_proto.cpp319 f->set_function_offset(frame.function_offset); in fill_in_backtrace_frame()