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

A single stkarg-store action returned by processor_t::get_stkarg_parts. More...

#include <typeinf.hpp>

Public Attributes

int src
 source operand index in \insn_t{ops}
int dst
 destination operand index, or -1 for push semantics
sval_t off
 when dst != -1, stack offset for this part (used in place of \insn_t{ops}[dst].addr); ignored for push

Detailed Description

A single stkarg-store action returned by processor_t::get_stkarg_parts.

The slot width is taken from \insn_t{ops}[dst].dtype (or slot_size when dst == -1, i.e. push semantics).

Member Data Documentation

◆ src

int stkarg_part_t::src

source operand index in \insn_t{ops}

◆ dst

int stkarg_part_t::dst

destination operand index, or -1 for push semantics

◆ off

sval_t stkarg_part_t::off

when dst != -1, stack offset for this part (used in place of \insn_t{ops}[dst].addr); ignored for push


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