GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
riscv_call_info Struct Reference

Public Member Functions

 riscv_call_info (struct gdbarch *gdbarch)
 

Public Attributes

struct riscv_memory_offsets memory
 
struct riscv_arg_reg int_regs
 
struct riscv_arg_reg float_regs
 
int xlen
 
int flen
 

Detailed Description

Definition at line 2643 of file riscv-tdep.c.

Constructor & Destructor Documentation

◆ riscv_call_info()

riscv_call_info::riscv_call_info ( struct gdbarch * gdbarch)
inline

Member Data Documentation

◆ flen

int riscv_call_info::flen

◆ float_regs

struct riscv_arg_reg riscv_call_info::float_regs

◆ int_regs

struct riscv_arg_reg riscv_call_info::int_regs

◆ memory

struct riscv_memory_offsets riscv_call_info::memory

Definition at line 2664 of file riscv-tdep.c.

Referenced by riscv_call_arg_scalar_int(), and riscv_push_dummy_call().

◆ xlen

int riscv_call_info::xlen

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