Searched refs:last_error_ (Results 1 – 16 of 16) sorted by relevance
43 last_error_.code = DWARF_ERROR_NONE; in Step()46 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in Step()86 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in FillInCieHeader()87 last_error_.address = memory_.cur_offset(); in FillInCieHeader()94 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in FillInCieHeader()95 last_error_.address = memory_.cur_offset(); in FillInCieHeader()104 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in FillInCieHeader()105 last_error_.address = memory_.cur_offset(); in FillInCieHeader()110 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in FillInCieHeader()120 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in FillInCieHeader()[all …]
47 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in Init()48 last_error_.address = memory_.cur_offset(); in Init()55 last_error_.code = DWARF_ERROR_UNSUPPORTED_VERSION; in Init()68 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Init()74 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in Init()75 last_error_.address = memory_.cur_offset(); in Init()81 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in Init()82 last_error_.address = memory_.cur_offset(); in Init()87 last_error_.code = DWARF_ERROR_NO_FDES; in Init()114 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in GetFdeFromPc()[all …]
39 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()
1526 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 …]
48 last_error_.code = DWARF_ERROR_NONE; in GetLocationInfo()49 last_error_.address = 0; in GetLocationInfo()69 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in GetLocationInfo()70 last_error_.address = memory_->cur_offset(); in GetLocationInfo()82 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in GetLocationInfo()83 last_error_.address = memory_->cur_offset(); in GetLocationInfo()95 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in GetLocationInfo()110 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in GetLocationInfo()119 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in GetLocationInfo()120 last_error_.address = memory_->cur_offset(); in GetLocationInfo()[all …]
61 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};
83 const DwarfErrorData& last_error() { return last_error_; } in last_error()84 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()85 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress()99 DwarfErrorData last_error_;
165 last_error_.code = ERROR_MEMORY_INVALID; in ReadAllHeaders()166 last_error_.address = 0; in ReadAllHeaders()397 last_error_.code = ERROR_MEMORY_INVALID; in GetSonameWithTemplate()398 last_error_.address = offset; in GetSonameWithTemplate()460 last_error_.code = ERROR_NONE; in Step()461 last_error_.address = 0; in Step()488 last_error_ = gnu_debugdata_interface_->last_error(); in Step()498 last_error_.code = ERROR_NONE; in Step()502 last_error_.code = ERROR_MEMORY_INVALID; in Step()503 last_error_.address = section->LastErrorAddress(); in Step()[all …]
143 last_error_.code = ERROR_NONE; in Unwind()144 last_error_.address = 0; in Unwind()163 last_error_.code = ERROR_INVALID_MAP; in Unwind()213 last_error_.code = ERROR_MAX_FRAMES_EXCEEDED; in Unwind()254 elf->GetLastError(&last_error_); in Unwind()296 last_error_.code = ERROR_MAX_FRAMES_EXCEEDED; in Unwind()302 last_error_.code = ERROR_REPEATED_FRAME; in Unwind()
40 using DwarfSectionImpl<AddressType>::last_error_;
73 ErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()74 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress()81 ErrorData last_error_; variable
116 ErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()117 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress()140 ErrorData last_error_; variable
86 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()87 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress()111 DwarfErrorData last_error_{DWARF_ERROR_NONE, 0};168 using DwarfSectionImpl<AddressType>::last_error_;
96 const ErrorData& last_error() { return last_error_; } in last_error()97 ErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()98 uint64_t LastErrorAddress() { return last_error_.address; } in LastErrorAddress()162 ErrorData last_error_{ERROR_NONE, 0};
96 void FakeSetErrorCode(ErrorCode code) { last_error_.code = code; } in FakeSetErrorCode()98 void FakeSetErrorAddress(uint64_t address) { last_error_.address = address; } in FakeSetErrorAddress()
54 void TestClearError() { this->last_error_.code = DWARF_ERROR_NONE; } in TestClearError()