#include <drsyms.h>
Data Fields | |
| uint | kind |
| size_t | size |
| uint | id |
Base type information. Use the 'kind' member to downcast to a more specific type.
| uint _drsym_type_t::id |
Unique identifier to pass to drsym_expand_type().
| uint _drsym_type_t::kind |
Type kind, i.e. DRSYM_TYPE_INT or DRSYM_TYPE_PTR.
| size_t _drsym_type_t::size |
Type size.