|
GDB (xrefs)
|
#include "gdbtypes.h"
Public Attributes | |
| const char * | name |
| int | length |
| struct fn_field * | fn_fields |
Definition at line 812 of file gdbtypes.h.
| struct fn_field* fn_fieldlist::fn_fields |
The list of methods.
Definition at line 827 of file gdbtypes.h.
Referenced by compute_delayed_physnames(), dwarf2_attach_fn_fields_to_type(), read_member_functions(), and VEC().
| int fn_fieldlist::length |
The number of methods with this name.
Definition at line 823 of file gdbtypes.h.
Referenced by read_member_functions().
| const char* fn_fieldlist::name |
The overloaded name. This is generally allocated in the objfile's obstack. However stabsread.c sometimes uses malloc.
Definition at line 819 of file gdbtypes.h.
Referenced by read_member_functions().
1.8.14