|
GDBserver
|
Public Attributes | |
| enum aarch64_operand_type | type |
| union { | |
| uint32_t imm | |
| struct aarch64_register reg | |
| }; | |
Definition at line 598 of file linux-aarch64-low.c.
| union { ... } |
| uint32_t aarch64_operand::imm |
Definition at line 606 of file linux-aarch64-low.c.
Referenced by emit_data_processing(), emit_mov(), and immediate_operand().
| struct aarch64_register aarch64_operand::reg |
Definition at line 607 of file linux-aarch64-low.c.
Referenced by emit_data_processing(), emit_mov(), and register_operand().
| enum aarch64_operand_type aarch64_operand::type |
Definition at line 601 of file linux-aarch64-low.c.
Referenced by emit_data_processing(), emit_mov(), immediate_operand(), and register_operand().
1.8.14