Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
char * | type_str |
char | type_str_buf [MICROSOFT_NAME_LEN] |
size_t | type_str_len |
size_t | curr_pos |
Definition at line 64 of file microsoft_demangle.c.
size_t STypeCodeStr::curr_pos |
Definition at line 68 of file microsoft_demangle.c.
Referenced by copy_string_n(), get_template(), init_type_code_str_struct(), parse_function(), parse_type_modifier(), and type_code_str_get().
char* STypeCodeStr::type_str |
Definition at line 65 of file microsoft_demangle.c.
Referenced by copy_string_n(), free_type_code_str_struct(), init_type_code_str_struct(), parse_data_type(), parse_function(), parse_function_args(), parse_microsoft_mangled_name(), parse_pointer(), parse_type_modifier(), and type_code_str_get().
char STypeCodeStr::type_str_buf[MICROSOFT_NAME_LEN] |
Definition at line 66 of file microsoft_demangle.c.
Referenced by copy_string_n(), free_type_code_str_struct(), init_type_code_str_struct(), and type_code_str_get().
size_t STypeCodeStr::type_str_len |
Definition at line 67 of file microsoft_demangle.c.
Referenced by copy_string_n(), free_type_code_str_struct(), and init_type_code_str_struct().