Lines Matching refs:last_error_
52 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()
147 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in GetFdeInfoFromIndex()
148 last_error_.address = memory_.cur_offset(); in GetFdeInfoFromIndex()