webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
ud_lval Union Reference

#include <udis86_types.h>

Public Attributes

int8_t sbyte
 
uint8_t ubyte
 
int16_t sword
 
uint16_t uword
 
int32_t sdword
 
uint32_t udword
 
int64_t sqword
 
uint64_t uqword
 
struct {
   uint16_t   seg
 
   uint32_t   off
 
ptr
 

Member Data Documentation

◆ off

uint32_t ud_lval::off

◆ ptr

struct { ... } ud_lval::ptr

◆ sbyte

int8_t ud_lval::sbyte

◆ sdword

int32_t ud_lval::sdword

◆ seg

uint16_t ud_lval::seg

◆ sqword

int64_t ud_lval::sqword

◆ sword

int16_t ud_lval::sword

◆ ubyte

uint8_t ud_lval::ubyte

◆ udword

uint32_t ud_lval::udword

◆ uqword

uint64_t ud_lval::uqword

◆ uword

uint16_t ud_lval::uword

The documentation for this union was generated from the following file: