Rizin
unix-like reverse engineering framework and cli tools
aarch64_operand_error Struct Reference

#include <aarch64.h>

Public Attributes

enum aarch64_operand_error_kind kind
 
int index
 
const char * error
 
int data [3]
 
bfd_boolean non_fatal
 

Detailed Description

Definition at line 1107 of file aarch64.h.

Member Data Documentation

◆ data

int aarch64_operand_error::data[3]

◆ error

const char* aarch64_operand_error::error

Definition at line 1111 of file aarch64.h.

Referenced by aarch64_match_operands_constraint(), and set_error().

◆ index

int aarch64_operand_error::index

Definition at line 1110 of file aarch64.h.

Referenced by aarch64_match_operands_constraint(), and set_error().

◆ kind

enum aarch64_operand_error_kind aarch64_operand_error::kind

Definition at line 1035 of file aarch64.h.

Referenced by aarch64_match_operands_constraint(), and set_error().

◆ non_fatal

bfd_boolean aarch64_operand_error::non_fatal

Definition at line 1113 of file aarch64.h.


The documentation for this struct was generated from the following file: