DynamoRIO
|
_drsym_compound_type_t Struct Reference
#include <drsyms.h>
Data Fields | |
char * | name |
int | num_fields |
drsym_type_t ** | field_types |
Detailed Description
Type information for a user-defined type: a struct, union, or class.
Field Documentation
◆ field_types
drsym_type_t** _drsym_compound_type_t::field_types |
Separate array of size num_fields. May be NULL if the data was not requested.
◆ name
char* _drsym_compound_type_t::name |
Name of the type.
◆ num_fields
int _drsym_compound_type_t::num_fields |
Number of fields.
The documentation for this struct was generated from the following file:
- /home/runner/work/dynamorio/dynamorio/ext/drsyms/drsyms.h