Rizin
unix-like reverse engineering framework and cli tools
|
#include <hexagon.h>
Public Attributes | |
RzList * | insn |
bool | last_instr_present |
bool | is_valid |
ut32 | hw_loop0_addr |
ut32 | hw_loop1_addr |
ut64 | last_access |
ut32 | pkt_addr |
bool | is_eob |
ut32 HexPkt::hw_loop0_addr |
Definition at line 118 of file hexagon.h.
Referenced by hex_disasm_with_templates(), and hexagon_disasm_instruction().
ut32 HexPkt::hw_loop1_addr |
Definition at line 119 of file hexagon.h.
Referenced by hex_disasm_with_templates(), and hexagon_disasm_instruction().
RzList* HexPkt::insn |
Definition at line 115 of file hexagon.h.
Referenced by make_next_packet_valid().
bool HexPkt::is_eob |
Definition at line 122 of file hexagon.h.
Referenced by hex_disasm_with_templates(), and hexagon_disasm_instruction().
ut32 HexPkt::pkt_addr |
Definition at line 121 of file hexagon.h.
Referenced by hex_disasm_with_templates().