Kannel: Open Source WAP and SMS gateway  svn-r5335
WsAsmInsRec Struct Reference

#include <wsasm.h>

Data Fields

struct WsAsmInsRecnext
 
struct WsAsmInsRecprev
 
WsUInt16 type
 
WsUInt32 line
 
WsUInt32 offset
 
union {
   struct {
      struct WsAsmInsRec *   label
 
      WsUInt32   offset
 
   }   branch
 
   struct {
      WsUInt32   i1
 
      WsUInt16   i2
 
      WsUInt16   i3
 
   }   ivalues
 
u
 

Detailed Description

Definition at line 253 of file wsasm.h.

Field Documentation

◆ branch

struct { ... } WsAsmInsRec::branch

◆ i1

WsUInt32 WsAsmInsRec::i1

Definition at line 281 of file wsasm.h.

◆ i2

WsUInt16 WsAsmInsRec::i2

Definition at line 282 of file wsasm.h.

◆ i3

WsUInt16 WsAsmInsRec::i3

Definition at line 283 of file wsasm.h.

◆ ivalues

struct { ... } WsAsmInsRec::ivalues

◆ label

struct WsAsmInsRec* WsAsmInsRec::label

Definition at line 270 of file wsasm.h.

◆ line

WsUInt32 WsAsmInsRec::line

Definition at line 260 of file wsasm.h.

Referenced by asm_alloc(), and opt_peephole().

◆ next

◆ offset

WsUInt32 WsAsmInsRec::offset

Definition at line 263 of file wsasm.h.

Referenced by ws_asm_linearize().

◆ prev

struct WsAsmInsRec* WsAsmInsRec::prev

◆ type

◆ u

union { ... } WsAsmInsRec::u

Referenced by ws_bc_encode().


The documentation for this struct was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.