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

Public Member Functions

 syscall_desc (int number_, std::string name_, std::string alias_)
 

Public Attributes

int number
 
std::string name
 
std::string alias
 

Detailed Description

Definition at line 97 of file xml-syscall.c.

Constructor & Destructor Documentation

◆ syscall_desc()

syscall_desc::syscall_desc ( int  number_,
std::string  name_,
std::string  alias_ 
)
inline

Definition at line 99 of file xml-syscall.c.

Member Data Documentation

◆ alias

std::string syscall_desc::alias

Definition at line 113 of file xml-syscall.c.

◆ name

std::string syscall_desc::name

◆ number

int syscall_desc::number

Definition at line 105 of file xml-syscall.c.

Referenced by xml_list_syscalls_by_group().


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