Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <wsasm.h>
Data Fields | |
struct WsAsmInsRec * | next |
struct WsAsmInsRec * | prev |
WsUInt16 | type |
WsUInt32 | line |
WsUInt32 | offset |
union { | |
struct { | |
struct WsAsmInsRec * label | |
WsUInt32 offset | |
} branch | |
struct { | |
WsUInt32 i1 | |
WsUInt16 i2 | |
WsUInt16 i3 | |
} ivalues | |
} | u |
struct { ... } WsAsmInsRec::branch |
struct { ... } WsAsmInsRec::ivalues |
struct WsAsmInsRec* WsAsmInsRec::label |
WsUInt32 WsAsmInsRec::line |
Definition at line 260 of file wsasm.h.
Referenced by asm_alloc(), and opt_peephole().
struct WsAsmInsRec* WsAsmInsRec::next |
Definition at line 255 of file wsasm.h.
Referenced by opt_conv(), opt_dead_code(), opt_jumps_to_jumps(), opt_jumps_to_next_instruction(), opt_peephole(), ws_asm_linearize(), ws_asm_link(), and ws_asm_print().
WsUInt32 WsAsmInsRec::offset |
Definition at line 263 of file wsasm.h.
Referenced by ws_asm_linearize().
struct WsAsmInsRec* WsAsmInsRec::prev |
Definition at line 256 of file wsasm.h.
Referenced by opt_conv(), opt_dead_code(), opt_jumps_to_next_instruction(), opt_peephole(), and ws_asm_link().
WsUInt16 WsAsmInsRec::type |
Definition at line 257 of file wsasm.h.
Referenced by asm_alloc(), opt_conv(), opt_dead_code(), opt_jumps_to_jumps(), opt_jumps_to_next_instruction(), opt_peephole(), ws_asm_linearize(), and ws_asm_print().
union { ... } WsAsmInsRec::u |
Referenced by ws_bc_encode().