Rizin
unix-like reverse engineering framework and cli tools
rz_syscall_t Struct Reference

#include <rz_syscall.h>

Public Attributes

FILE * fd
 
char * arch
 
char * os
 
int bits
 
char * cpu
 
RzSyscallItemsysptr
 
Sdbdb
 
RzSysregsDBsrdb
 
int refs
 

Detailed Description

Definition at line 37 of file rz_syscall.h.

Member Data Documentation

◆ arch

char* rz_syscall_t::arch

Definition at line 40 of file rz_syscall.h.

Referenced by test_group_name.GroupTest::run().

◆ bits

int rz_syscall_t::bits

Definition at line 42 of file rz_syscall.h.

◆ cpu

char* rz_syscall_t::cpu

Definition at line 43 of file rz_syscall.h.

◆ db

Sdb* rz_syscall_t::db

Definition at line 46 of file rz_syscall.h.

Referenced by update_sdb(), and update_syscall_ns().

◆ fd

FILE* rz_syscall_t::fd

Definition at line 38 of file rz_syscall.h.

◆ os

char* rz_syscall_t::os

Definition at line 41 of file rz_syscall.h.

◆ refs

int rz_syscall_t::refs

Definition at line 48 of file rz_syscall.h.

◆ srdb

RzSysregsDB* rz_syscall_t::srdb

Definition at line 47 of file rz_syscall.h.

◆ sysptr

RzSyscallItem* rz_syscall_t::sysptr

Definition at line 45 of file rz_syscall.h.


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