Rizin
unix-like reverse engineering framework and cli tools
|
#include <fs-fd-hash-inl.h>
Public Attributes | |
struct uv__fd_hash_entry_s | entries [UV__FD_HASH_GROUP_SIZE] |
struct uv__fd_hash_entry_group_s * | next |
Definition at line 58 of file fs-fd-hash-inl.h.
struct uv__fd_hash_entry_s uv__fd_hash_entry_group_s::entries[UV__FD_HASH_GROUP_SIZE] |
Definition at line 54 of file fs-fd-hash-inl.h.
Referenced by cmd_descs_generate.Detail::get_cstructure(), and uv__fd_hash_add().
struct uv__fd_hash_entry_group_s* uv__fd_hash_entry_group_s::next |
Definition at line 60 of file fs-fd-hash-inl.h.
Referenced by uv__fd_hash_add(), and uv__fd_hash_remove().