Rizin
unix-like reverse engineering framework and cli tools
|
#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 |
ut32 psxexe_header::data |
Definition at line 16 of file psxexe.h.
Referenced by test_group_name.GroupTest::run().
ut8 psxexe_header::id[8] |
Definition at line 14 of file psxexe.h.
Referenced by capstone.CsInsn::insn_name().
ut32 psxexe_header::t_addr |
Definition at line 19 of file psxexe.h.
Referenced by entries(), and sections().
ut32 psxexe_header::t_size |
Definition at line 20 of file psxexe.h.
Referenced by sections().