IDA C++ SDK 9.2
Loading...
Searching...
No Matches
minsn_locator_t Struct Reference

Microinstruction locator. More...

#include <hexrays.hpp>

Public Member Functions

 minsn_locator_t (ea_t _ea=BADADDR, mcode_t _mcode=m_nop, int _serial=0, int _blknum=-1)
 DECLARE_COMPARISONS (minsn_locator_t)

Public Attributes

ea_t ea
 address of the minsn
mcode_t mcode
 opcode of the minsn
int serial
 serial number, in case the ea/mcode are ambiguous
int blknum
 block number of the minsn

Detailed Description

Microinstruction locator.

Identifies a specific microinstruction in the microcode.

Constructor & Destructor Documentation

◆ minsn_locator_t()

minsn_locator_t::minsn_locator_t ( ea_t _ea = BADADDR,
mcode_t _mcode = m_nop,
int _serial = 0,
int _blknum = -1 )
inline

Member Function Documentation

◆ DECLARE_COMPARISONS()

minsn_locator_t::DECLARE_COMPARISONS ( minsn_locator_t )
inline

Member Data Documentation

◆ ea

ea_t minsn_locator_t::ea

address of the minsn

◆ mcode

mcode_t minsn_locator_t::mcode

opcode of the minsn

◆ serial

int minsn_locator_t::serial

serial number, in case the ea/mcode are ambiguous

◆ blknum

int minsn_locator_t::blknum

block number of the minsn


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