Searched refs:function_offset (Results 1 – 8 of 8) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | UnwinderTest.cpp | 219 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 …]
|
D | AndroidUnwinderTest.cpp | 294 ASSERT_EQ(frame_context.function_offset, frame_reg.function_offset); in TEST()
|
/system/unwinding/libunwindstack/ |
D | Unwinder.cpp | 84 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/ |
D | unwind_reg_info.cpp | 194 uint64_t function_offset; in GetInfo() local 195 if (elf.GetFunctionName(pc, &function_name, &function_offset)) { in GetInfo()
|
/system/core/debuggerd/proto/ |
D | tombstone.proto | 151 uint64 function_offset = 5; field
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 49 uint64_t function_offset = 0; member
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone_proto_to_text.cpp | 171 StringPrintf(" (%s+%" PRId64 ")", frame.function_name().c_str(), frame.function_offset()); in print_backtrace()
|
D | tombstone_proto.cpp | 339 f->set_function_offset(frame.function_offset); in fill_in_backtrace_frame()
|