IDA C++ SDK 9.2
Loading...
Searching...
No Matches
Basic type: bool

Variables

const type_t BT_BOOL = 0x08
 bool
const type_t BTMT_DEFBOOL = 0x00
 size is model specific or unknown(?)
const type_t BTMT_BOOL1 = 0x10
 size 1byte
const type_t BTMT_BOOL2 = 0x20
 size 2bytes - !inf_is_64bit()
const type_t BTMT_BOOL8 = 0x20
 size 8bytes - inf_is_64bit()
const type_t BTMT_BOOL4 = 0x30
 size 4bytes

Detailed Description

Variable Documentation

◆ BT_BOOL

const type_t BT_BOOL = 0x08

bool

◆ BTMT_DEFBOOL

const type_t BTMT_DEFBOOL = 0x00

size is model specific or unknown(?)

◆ BTMT_BOOL1

const type_t BTMT_BOOL1 = 0x10

size 1byte

◆ BTMT_BOOL2

const type_t BTMT_BOOL2 = 0x20

size 2bytes - !inf_is_64bit()

◆ BTMT_BOOL8

const type_t BTMT_BOOL8 = 0x20

size 8bytes - inf_is_64bit()

◆ BTMT_BOOL4

const type_t BTMT_BOOL4 = 0x30

size 4bytes