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

#include <mips.h>

Public Attributes

unsigned char ri_gprmask [4]
 
unsigned char ri_pad [4]
 
unsigned char ri_cprmask [4][4]
 
unsigned char ri_gp_value [8]
 

Detailed Description

Definition at line 900 of file mips.h.

Member Data Documentation

◆ ri_cprmask

unsigned char Elf64_External_RegInfo::ri_cprmask[4][4]

Definition at line 907 of file mips.h.

◆ ri_gp_value

unsigned char Elf64_External_RegInfo::ri_gp_value[8]

Definition at line 909 of file mips.h.

◆ ri_gprmask

unsigned char Elf64_External_RegInfo::ri_gprmask[4]

Definition at line 903 of file mips.h.

◆ ri_pad

unsigned char Elf64_External_RegInfo::ri_pad[4]

Definition at line 905 of file mips.h.


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