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

An xref to an argument or variable located in a function's stack frame. More...

#include <frame.hpp>

Public Member Functions

 DECLARE_COMPARISONS (xreflist_entry_t)

Public Attributes

ea_t ea
 Location of the insn referencing the stack frame member.
uchar opnum
 Number of the operand of that instruction.
uchar type
 The type of xref (cref_t & dref_t)

Detailed Description

An xref to an argument or variable located in a function's stack frame.

Member Function Documentation

◆ DECLARE_COMPARISONS()

xreflist_entry_t::DECLARE_COMPARISONS ( xreflist_entry_t )
inline

Member Data Documentation

◆ ea

ea_t xreflist_entry_t::ea

Location of the insn referencing the stack frame member.

◆ opnum

uchar xreflist_entry_t::opnum

Number of the operand of that instruction.

◆ type

uchar xreflist_entry_t::type

The type of xref (cref_t & dref_t)


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