Rizin
unix-like reverse engineering framework and cli tools
Elf32_External_gptab Union Reference

#include <mips.h>

Public Attributes

struct {
   unsigned char   gt_current_g_value [4]
 
   unsigned char   gt_unused [4]
 
gt_header
 
struct {
   unsigned char   gt_g_value [4]
 
   unsigned char   gt_bytes [4]
 
gt_entry
 

Detailed Description

Definition at line 452 of file mips.h.

Member Data Documentation

◆ gt_bytes

unsigned char Elf32_External_gptab::gt_bytes[4]

Definition at line 461 of file mips.h.

◆ gt_current_g_value

unsigned char Elf32_External_gptab::gt_current_g_value[4]

Definition at line 455 of file mips.h.

◆ 

struct { ... } Elf32_External_gptab::gt_entry

◆ gt_g_value

unsigned char Elf32_External_gptab::gt_g_value[4]

Definition at line 460 of file mips.h.

◆ 

struct { ... } Elf32_External_gptab::gt_header

◆ gt_unused

unsigned char Elf32_External_gptab::gt_unused[4]

Definition at line 456 of file mips.h.


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