HomeSort by relevance Sort by last modified time
    Searched refs:LastErrorAddress (Results 1 - 12 of 12) sorted by null

  /system/core/libunwindstack/include/unwindstack/
Unwinder.h 87 uint64_t LastErrorAddress() { return last_error_.address; }
DwarfSection.h 79 uint64_t LastErrorAddress() { return last_error_.address; }
ElfInterface.h 96 uint64_t LastErrorAddress() { return last_error_.address; }
  /system/core/libunwindstack/
DwarfCfa.h 79 uint64_t LastErrorAddress() { return last_error_.address; }
Elf.cpp 157 return interface_->LastErrorAddress();
DwarfOp.h 71 uint64_t LastErrorAddress() { return last_error_.address; }
ElfInterface.cpp 525 last_error_.address = section->LastErrorAddress();
  /system/core/libunwindstack/tests/
DwarfSectionImplTest.cpp 106 EXPECT_EQ(0x5000U, this->section_->LastErrorAddress());
493 EXPECT_EQ(0x4000U, this->section_->LastErrorAddress());
497 EXPECT_EQ(0x4000U, this->section_->LastErrorAddress());
687 EXPECT_EQ(0x4000U, this->section_->LastErrorAddress());
691 EXPECT_EQ(0x4000U, this->section_->LastErrorAddress());
    [all...]
DwarfEhFrameWithHdrTest.cpp 120 EXPECT_EQ(0x1000U, this->eh_frame_->LastErrorAddress());
123 EXPECT_EQ(0x1000U, this->eh_frame_->LastErrorAddress());
DwarfOpTest.cpp 57 EXPECT_EQ(0U, this->op_->LastErrorAddress());
72 EXPECT_EQ(0U, this->op_->LastErrorAddress());
210 ASSERT_EQ(0x12345678U, this->op_->LastErrorAddress());
247 EXPECT_EQ(0x4010U, this->op_->LastErrorAddress());
    [all...]
ElfInterfaceArmTest.cpp 321 EXPECT_EQ(0x1004U, interface.LastErrorAddress());
  /system/core/libbacktrace/
UnwindStack.cpp 73 error->error_info.addr = unwinder.LastErrorAddress();

Completed in 249 milliseconds