Lines Matching refs:last_error_
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()
1629 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in op_deref_size()
1636 last_error_.code = DWARF_ERROR_MEMORY_INVALID; in op_deref_size()
1637 last_error_.address = addr; in op_deref_size()
1675 last_error_.code = DWARF_ERROR_STACK_INDEX_NOT_VALID; in op_pick()
1720 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in op_div()
1740 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in op_mod()
1907 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in op_breg()
1918 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in op_bregx()
1932 last_error_.code = DWARF_ERROR_NOT_IMPLEMENTED; in op_not_implemented()