|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <demangler_util.h>
Public Attributes | |
| DemListIter * | head |
| DemListIter * | tail |
| DemListFree | free |
| ut32 | length |
| bool | sorted |
Definition at line 73 of file demangler_util.h.
| DemListFree dem_list_t::free |
Definition at line 76 of file demangler_util.h.
Referenced by dem_list_newf().
| DemListIter* dem_list_t::head |
Definition at line 74 of file demangler_util.h.
| ut32 dem_list_t::length |
Definition at line 77 of file demangler_util.h.
| bool dem_list_t::sorted |
Definition at line 78 of file demangler_util.h.
| DemListIter* dem_list_t::tail |
Definition at line 75 of file demangler_util.h.