Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_lnx_type::iovec32 Struct Reference

Structure for a scatter/gather vector entry in 32-bit systems. More...

#include <lnx_kernel_utils.hpp>

Public Attributes

uint32_t iov_base
 Base address of the buffer.
 
uint32_t iov_len
 Length of the buffer.
 

Detailed Description

Structure for a scatter/gather vector entry in 32-bit systems.

Member Data Documentation

◆ iov_base

uint32_t arion_lnx_type::iovec32::iov_base

Base address of the buffer.

◆ iov_len

uint32_t arion_lnx_type::iovec32::iov_len

Length of the buffer.


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