Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DUnwinderTest.cpp219 EXPECT_EQ(0U, frame->function_offset); in TEST_F()
236 EXPECT_EQ(1U, frame->function_offset); in TEST_F()
253 EXPECT_EQ(2U, frame->function_offset); in TEST_F()
290 EXPECT_EQ(0U, frame->function_offset); in TEST_F()
307 EXPECT_EQ(0U, frame->function_offset); in TEST_F()
324 EXPECT_EQ(0U, frame->function_offset); in TEST_F()
356 EXPECT_EQ(0U, frame->function_offset); in TEST_F()
388 EXPECT_EQ(0U, frame->function_offset); in TEST_F()
420 EXPECT_EQ(0U, frame->function_offset); in TEST_F()
459 EXPECT_EQ(0U, frame->function_offset); in TEST_F()
[all …]
DAndroidUnwinderTest.cpp294 ASSERT_EQ(frame_context.function_offset, frame_reg.function_offset); in TEST()
/system/unwinding/libunwindstack/
DUnwinder.cpp84 dex_files_->GetFunctionName(maps_, dex_pc, &frame->function_name, &frame->function_offset); in FillInDexFrame()
253 !elf->GetFunctionName(step_pc, &frame->function_name, &frame->function_offset)) { in Unwind()
255 frame->function_offset = 0; in Unwind()
329 if (frame.function_offset != 0) { in FormatFrame()
330 data += android::base::StringPrintf("+%" PRId64, frame.function_offset); in FormatFrame()
454 !elf->GetFunctionName(debug_pc, &frame.function_name, &frame.function_offset)) { in BuildFrameFromPcOnly()
456 frame.function_offset = 0; in BuildFrameFromPcOnly()
/system/unwinding/libunwindstack/tools/
Dunwind_reg_info.cpp194 uint64_t function_offset; in GetInfo() local
195 if (elf.GetFunctionName(pc, &function_name, &function_offset)) { in GetInfo()
/system/core/debuggerd/proto/
Dtombstone.proto151 uint64 function_offset = 5; field
/system/unwinding/libunwindstack/include/unwindstack/
DUnwinder.h49 uint64_t function_offset = 0; member
/system/core/debuggerd/libdebuggerd/
Dtombstone_proto_to_text.cpp171 StringPrintf(" (%s+%" PRId64 ")", frame.function_name().c_str(), frame.function_offset()); in print_backtrace()
Dtombstone_proto.cpp339 f->set_function_offset(frame.function_offset); in fill_in_backtrace_frame()