Searched refs:LastErrorAddress (Results 1 – 17 of 17) sorted by relevance
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | DwarfSectionImplTest.cpp | 79 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 D | DwarfEhFrameWithHdrTest.cpp | 323 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 D | DwarfOpTest.cpp | 57 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 D | ElfInterfaceArmTest.cpp | 283 EXPECT_EQ(0x1004U, interface.LastErrorAddress()); in TEST_F()
|
/aosp12/system/unwinding/libunwindstack/include/unwindstack/ |
H A D | LocalUnwinder.h | 74 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress() function
|
H A D | DwarfSection.h | 89 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress() function
|
H A D | Unwinder.h | 125 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress() function
|
H A D | ElfInterface.h | 128 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress() function
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | DwarfOp.h | 63 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress() function
|
H A D | DwarfCfa.h | 89 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress() function
|
H A D | Elf.cpp | 175 return interface_->LastErrorAddress(); in GetLastErrorAddress()
|
H A D | ElfInterface.cpp | 499 last_error_.address = section->LastErrorAddress(); in Step()
|
/aosp12/system/core/debuggerd/libdebuggerd/ |
H A D | backtrace.cpp | 74 _LOG(&log, logtype::THREAD, " Error address: 0x%" PRIx64 "\n", unwinder->LastErrorAddress()); in dump_backtrace_thread()
|
H A D | tombstone.cpp | 421 _LOG(log, logtype::THREAD, " Error address: 0x%" PRIx64 "\n", unwinder->LastErrorAddress()); in dump_thread()
|
H A D | tombstone_proto.cpp | 409 unwinder->LastErrorAddress()); in dump_thread()
|
/aosp12/system/unwinding/libbacktrace/ |
H A D | UnwindStack.cpp | 71 error->error_info.addr = unwinder.LastErrorAddress(); in Unwind()
|
/aosp12/system/extras/simpleperf/ |
H A D | OfflineUnwinder.cpp | 313 unwinding_result_.error_addr = unwinder.LastErrorAddress(); in UnwindCallChain()
|