Rizin
unix-like reverse engineering framework and cli tools
TpiCVPointerAttr Union Reference

#include <tpi.h>

Public Attributes

struct {
   ut32   ptrtype: 5
 
   ut32   ptrmode: 3
 
   ut32   flat32: 1
 
   ut32   volatile_: 1
 
   ut32   const_: 1
 
   ut32   unaligned: 1
 
   ut32   restrict_: 1
 
   ut32   size: 6
 
   ut32   mocom: 1
 
   ut32   lref: 1
 
   ut32   rref: 1
 
   ut32   unused: 10
 
bits
 

Detailed Description

Definition at line 391 of file tpi.h.

Member Data Documentation

◆ 

struct { ... } TpiCVPointerAttr::bits

Referenced by parse_type_pointer().

◆ const_

ut32 TpiCVPointerAttr::const_

Definition at line 397 of file tpi.h.

◆ flat32

ut32 TpiCVPointerAttr::flat32

Definition at line 395 of file tpi.h.

◆ lref

ut32 TpiCVPointerAttr::lref

Definition at line 402 of file tpi.h.

◆ mocom

ut32 TpiCVPointerAttr::mocom

Definition at line 401 of file tpi.h.

◆ ptrmode

ut32 TpiCVPointerAttr::ptrmode

Definition at line 394 of file tpi.h.

Referenced by parse_type_pointer().

◆ ptrtype

ut32 TpiCVPointerAttr::ptrtype

Definition at line 393 of file tpi.h.

Referenced by parse_type_pointer().

◆ restrict_

ut32 TpiCVPointerAttr::restrict_

Definition at line 399 of file tpi.h.

◆ rref

ut32 TpiCVPointerAttr::rref

Definition at line 403 of file tpi.h.

◆ size

ut32 TpiCVPointerAttr::size

Definition at line 400 of file tpi.h.

◆ unaligned

ut32 TpiCVPointerAttr::unaligned

Definition at line 398 of file tpi.h.

◆ unused

ut32 TpiCVPointerAttr::unused

Definition at line 404 of file tpi.h.

◆ volatile_

ut32 TpiCVPointerAttr::volatile_

Definition at line 396 of file tpi.h.


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