Rizin
unix-like reverse engineering framework and cli tools
|
#include <cdb_make.h>
Public Attributes | |
char | bspace [8192] |
char | final [1024] |
ut32 | count [256] |
ut32 | start [256] |
struct cdb_hplist * | head |
struct cdb_hp * | split |
struct cdb_hp * | hash |
ut32 | numentries |
ut32 | memsize |
buffer | b |
ut32 | pos |
int | fd |
Definition at line 27 of file cdb_make.h.
buffer cdb_make::b |
Definition at line 37 of file cdb_make.h.
char cdb_make::bspace[8192] |
Definition at line 28 of file cdb_make.h.
ut32 cdb_make::count[256] |
Definition at line 30 of file cdb_make.h.
int cdb_make::fd |
Definition at line 39 of file cdb_make.h.
char cdb_make::final[1024] |
Definition at line 29 of file cdb_make.h.
struct cdb_hp* cdb_make::hash |
Definition at line 34 of file cdb_make.h.
struct cdb_hplist* cdb_make::head |
Definition at line 32 of file cdb_make.h.
ut32 cdb_make::memsize |
Definition at line 36 of file cdb_make.h.
ut32 cdb_make::numentries |
Definition at line 35 of file cdb_make.h.
ut32 cdb_make::pos |
Definition at line 38 of file cdb_make.h.
Referenced by cmd_descs_generate.CmdDesc::_validate().
struct cdb_hp* cdb_make::split |
Definition at line 33 of file cdb_make.h.
ut32 cdb_make::start[256] |
Definition at line 31 of file cdb_make.h.