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

#include <psxexe.h>

Public Attributes

ut8 id [8]
 
ut32 text
 
ut32 data
 
ut32 pc0
 
ut32 gp0
 
ut32 t_addr
 
ut32 t_size
 
ut32 d_addr
 
ut32 d_size
 
ut32 b_addr
 
ut32 b_size
 
ut32 S_addr
 
ut32 S_size
 
ut32 SavedSP
 
ut32 SavedFP
 
ut32 SavedGP
 
ut32 SavedRA
 
ut32 SavedS0
 

Detailed Description

Definition at line 13 of file psxexe.h.

Member Data Documentation

◆ b_addr

ut32 psxexe_header::b_addr

Definition at line 23 of file psxexe.h.

◆ b_size

ut32 psxexe_header::b_size

Definition at line 24 of file psxexe.h.

◆ d_addr

ut32 psxexe_header::d_addr

Definition at line 21 of file psxexe.h.

◆ d_size

ut32 psxexe_header::d_size

Definition at line 22 of file psxexe.h.

◆ data

ut32 psxexe_header::data

Definition at line 16 of file psxexe.h.

Referenced by test_group_name.GroupTest::run().

◆ gp0

ut32 psxexe_header::gp0

Definition at line 18 of file psxexe.h.

◆ id

ut8 psxexe_header::id[8]

Definition at line 14 of file psxexe.h.

Referenced by capstone.CsInsn::insn_name().

◆ pc0

ut32 psxexe_header::pc0

Definition at line 17 of file psxexe.h.

Referenced by entries().

◆ S_addr

ut32 psxexe_header::S_addr

Definition at line 25 of file psxexe.h.

◆ S_size

ut32 psxexe_header::S_size

Definition at line 26 of file psxexe.h.

◆ SavedFP

ut32 psxexe_header::SavedFP

Definition at line 28 of file psxexe.h.

◆ SavedGP

ut32 psxexe_header::SavedGP

Definition at line 29 of file psxexe.h.

◆ SavedRA

ut32 psxexe_header::SavedRA

Definition at line 30 of file psxexe.h.

◆ SavedS0

ut32 psxexe_header::SavedS0

Definition at line 31 of file psxexe.h.

◆ SavedSP

ut32 psxexe_header::SavedSP

Definition at line 27 of file psxexe.h.

◆ t_addr

ut32 psxexe_header::t_addr

Definition at line 19 of file psxexe.h.

Referenced by entries(), and sections().

◆ t_size

ut32 psxexe_header::t_size

Definition at line 20 of file psxexe.h.

Referenced by sections().

◆ text

ut32 psxexe_header::text

Definition at line 15 of file psxexe.h.


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