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

Public Attributes

const char * name
 
int bfd_mach_valid
 
unsigned long bfd_mach
 
int processor
 
int isa
 
const char *constcp0_names
 
const struct mips_cp0sel_namecp0sel_names
 
unsigned int cp0sel_names_len
 
const char *consthwr_names
 

Detailed Description

Definition at line 334 of file mips-dis.c.

Member Data Documentation

◆ bfd_mach

unsigned long mips_arch_choice::bfd_mach

Definition at line 338 of file mips-dis.c.

Referenced by choose_arch_by_number().

◆ bfd_mach_valid

int mips_arch_choice::bfd_mach_valid

Definition at line 337 of file mips-dis.c.

Referenced by choose_arch_by_number().

◆ cp0_names

const char* const* mips_arch_choice::cp0_names

Definition at line 341 of file mips-dis.c.

Referenced by parse_mips_dis_option(), and set_default_mips_dis_options().

◆ cp0sel_names

const struct mips_cp0sel_name* mips_arch_choice::cp0sel_names

Definition at line 342 of file mips-dis.c.

Referenced by parse_mips_dis_option(), and set_default_mips_dis_options().

◆ cp0sel_names_len

unsigned int mips_arch_choice::cp0sel_names_len

Definition at line 343 of file mips-dis.c.

Referenced by parse_mips_dis_option(), and set_default_mips_dis_options().

◆ hwr_names

const char* const* mips_arch_choice::hwr_names

Definition at line 344 of file mips-dis.c.

Referenced by parse_mips_dis_option(), and set_default_mips_dis_options().

◆ isa

int mips_arch_choice::isa

Definition at line 340 of file mips-dis.c.

Referenced by set_default_mips_dis_options().

◆ name

◆ processor

int mips_arch_choice::processor

Definition at line 339 of file mips-dis.c.

Referenced by set_default_mips_dis_options().


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