Home
last modified time | relevance | path

Searched refs:LastErrorAddress (Results 1 – 17 of 17) sorted by relevance

/aosp12/system/unwinding/libunwindstack/tests/
H A DDwarfSectionImplTest.cpp79 EXPECT_EQ(0x4000U, this->section_->LastErrorAddress()); in TYPED_TEST_P()
84 EXPECT_EQ(0x4000U, this->section_->LastErrorAddress()); in TYPED_TEST_P()
90 EXPECT_EQ(0x4000U, this->section_->LastErrorAddress()); in TYPED_TEST_P()
95 EXPECT_EQ(0x4000U, this->section_->LastErrorAddress()); in TYPED_TEST_P()
111 EXPECT_EQ(0x5000U, this->section_->LastErrorAddress()); in TYPED_TEST_P()
H A DDwarfEhFrameWithHdrTest.cpp323 EXPECT_EQ(0x1000U, this->eh_frame_->LastErrorAddress()); in TYPED_TEST_P()
326 EXPECT_EQ(0x1000U, this->eh_frame_->LastErrorAddress()); in TYPED_TEST_P()
H A DDwarfOpTest.cpp57 EXPECT_EQ(0U, this->op_->LastErrorAddress()); in TYPED_TEST_P()
72 EXPECT_EQ(0U, this->op_->LastErrorAddress()); in TYPED_TEST_P()
210 ASSERT_EQ(0x12345678U, this->op_->LastErrorAddress()); in TYPED_TEST_P()
247 EXPECT_EQ(0x4010U, this->op_->LastErrorAddress()); in TYPED_TEST_P()
H A DElfInterfaceArmTest.cpp283 EXPECT_EQ(0x1004U, interface.LastErrorAddress()); in TEST_F()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DLocalUnwinder.h74 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress() function
H A DDwarfSection.h89 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress() function
H A DUnwinder.h125 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress() function
H A DElfInterface.h128 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress() function
/aosp12/system/unwinding/libunwindstack/
H A DDwarfOp.h63 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress() function
H A DDwarfCfa.h89 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress() function
H A DElf.cpp175 return interface_->LastErrorAddress(); in GetLastErrorAddress()
H A DElfInterface.cpp499 last_error_.address = section->LastErrorAddress(); in Step()
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dbacktrace.cpp74 _LOG(&log, logtype::THREAD, " Error address: 0x%" PRIx64 "\n", unwinder->LastErrorAddress()); in dump_backtrace_thread()
H A Dtombstone.cpp421 _LOG(log, logtype::THREAD, " Error address: 0x%" PRIx64 "\n", unwinder->LastErrorAddress()); in dump_thread()
H A Dtombstone_proto.cpp409 unwinder->LastErrorAddress()); in dump_thread()
/aosp12/system/unwinding/libbacktrace/
H A DUnwindStack.cpp71 error->error_info.addr = unwinder.LastErrorAddress(); in Unwind()
/aosp12/system/extras/simpleperf/
H A DOfflineUnwinder.cpp313 unwinding_result_.error_addr = unwinder.LastErrorAddress(); in UnwindCallChain()