Home
last modified time | relevance | path

Searched refs:last_error_ (Results 1 – 16 of 16) sorted by relevance

/system/core/libunwindstack/
DDwarfSection.cpp44 last_error_.code = DWARF_ERROR_NONE; in Step()
47 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in Step()
88 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in FillInCieHeader()
89 last_error_.address = memory_.cur_offset(); in FillInCieHeader()
96 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in FillInCieHeader()
97 last_error_.address = memory_.cur_offset(); in FillInCieHeader()
106 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in FillInCieHeader()
107 last_error_.address = memory_.cur_offset(); in FillInCieHeader()
112 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in FillInCieHeader()
122 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in FillInCieHeader()
[all …]
DDwarfEhFrameWithHdr.cpp52 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in Init()
53 last_error_.address = memory_.cur_offset(); in Init()
60 last_error_.code = DWARF_ERROR_UNSUPPORTED_VERSION; in Init()
73 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Init()
80 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in Init()
81 last_error_.address = memory_.cur_offset(); in Init()
87 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in Init()
88 last_error_.address = memory_.cur_offset(); in Init()
93 last_error_.code = DWARF_ERROR_NO_FDES; in Init()
128 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in GetFdeFromPc()
[all …]
DElfInterfaceArm.cpp39 last_error_.code = ERROR_UNWIND_INFO; in FindEntry()
68 last_error_.code = ERROR_UNWIND_INFO; in FindEntry()
75 last_error_.code = ERROR_MEMORY_INVALID; in GetPrel31Addr()
76 last_error_.address = offset; in GetPrel31Addr()
115 last_error_.code = ERROR_UNWIND_INFO; in StepExidx()
151 last_error_.code = ERROR_NONE; in StepExidx()
160 last_error_.code = ERROR_UNWIND_INFO; in StepExidx()
164 last_error_.code = ERROR_MEMORY_INVALID; in StepExidx()
165 last_error_.address = arm.status_address(); in StepExidx()
DDwarfCfa.cpp50 last_error_.code = DWARF_ERROR_NONE; in GetLocationInfo()
51 last_error_.address = 0; in GetLocationInfo()
71 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in GetLocationInfo()
72 last_error_.address = memory_->cur_offset(); in GetLocationInfo()
84 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in GetLocationInfo()
85 last_error_.address = memory_->cur_offset(); in GetLocationInfo()
97 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in GetLocationInfo()
112 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in GetLocationInfo()
121 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in GetLocationInfo()
122 last_error_.address = memory_->cur_offset(); in GetLocationInfo()
[all …]
DDwarfOp.cpp1526 last_error_.code = DWARF_ERROR_TOO_MANY_ITERATIONS; in Eval()
1535 last_error_.code = DWARF_ERROR_NONE; in Decode()
1537 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in Decode()
1538 last_error_.address = memory_->cur_offset(); in Decode()
1544 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Decode()
1552 last_error_.code = DWARF_ERROR_STACK_INDEX_NOT_VALID; in Decode()
1560 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in Decode()
1561 last_error_.address = memory_->cur_offset(); in Decode()
1617 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in op_deref()
1618 last_error_.address = addr; in op_deref()
[all …]
DDwarfOp.h61 const DwarfErrorData& last_error() { return last_error_; } in last_error()
62 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()
63 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress()
90 DwarfErrorData last_error_{DWARF_ERROR_NONE, 0};
DDwarfCfa.h87 const DwarfErrorData& last_error() { return last_error_; } in last_error()
88 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()
89 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress()
103 DwarfErrorData last_error_;
DElfInterface.cpp192 last_error_.code = ERROR_MEMORY_INVALID; in ReadAllHeaders()
193 last_error_.address = 0; in ReadAllHeaders()
439 last_error_.code = ERROR_MEMORY_INVALID; in GetSonameWithTemplate()
440 last_error_.address = offset; in GetSonameWithTemplate()
503 last_error_.code = ERROR_NONE; in Step()
504 last_error_.address = 0; in Step()
531 last_error_ = gnu_debugdata_interface_->last_error(); in Step()
541 last_error_.code = ERROR_NONE; in Step()
545 last_error_.code = ERROR_MEMORY_INVALID; in Step()
546 last_error_.address = section->LastErrorAddress(); in Step()
[all …]
DUnwinder.cpp145 last_error_.code = ERROR_NONE; in Unwind()
146 last_error_.address = 0; in Unwind()
165 last_error_.code = ERROR_INVALID_MAP; in Unwind()
215 last_error_.code = ERROR_MAX_FRAMES_EXCEEDED; in Unwind()
256 elf->GetLastError(&last_error_); in Unwind()
298 last_error_.code = ERROR_MAX_FRAMES_EXCEEDED; in Unwind()
304 last_error_.code = ERROR_REPEATED_FRAME; in Unwind()
DDwarfEhFrameWithHdr.h37 using DwarfSectionImpl<AddressType>::last_error_;
/system/core/libunwindstack/include/unwindstack/
DLocalUnwinder.h73 ErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()
74 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress()
81 ErrorData last_error_; variable
DUnwinder.h114 ErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()
115 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress()
143 ErrorData last_error_; variable
DDwarfSection.h87 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()
88 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress()
113 DwarfErrorData last_error_{DWARF_ERROR_NONE, 0};
DElfInterface.h102 const ErrorData& last_error() { return last_error_; } in last_error()
103 ErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()
104 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress()
175 ErrorData last_error_{ERROR_NONE, 0};
/system/core/libunwindstack/tests/
DElfFake.h98 void FakeSetErrorCode(ErrorCode code) { last_error_.code = code; } in FakeSetErrorCode()
100 void FakeSetErrorAddress(uint64_t address) { last_error_.address = address; } in FakeSetErrorAddress()
DDwarfSectionImplTest.cpp55 void TestClearError() { this->last_error_.code = DWARF_ERROR_NONE; } in TestClearError()