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

Kernel structure for signal information used in ELF core dump notes. More...

#include <lnx_kernel_utils.hpp>

Public Attributes

int si_signo
 Signal number.
 
int si_code
 Signal code.
 
int si_errno
 Error number.
 

Detailed Description

Kernel structure for signal information used in ELF core dump notes.

Member Data Documentation

◆ si_code

int arion_lnx_type::elf_siginfo::si_code

Signal code.

◆ si_errno

int arion_lnx_type::elf_siginfo::si_errno

Error number.

◆ si_signo

int arion_lnx_type::elf_siginfo::si_signo

Signal number.


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