GDB (xrefs)
|
Public Attributes | |
struct nextfield * | next |
int | accessibility |
int | virtuality |
struct field | field |
int | visibility |
Definition at line 1300 of file dwarf2read.c.
int nextfield::accessibility |
Definition at line 1303 of file dwarf2read.c.
Referenced by dwarf2_add_field(), and dwarf2_attach_fields_to_type().
struct field nextfield::field |
Definition at line 1305 of file dwarf2read.c.
Referenced by attach_fields_to_type(), coff_read_struct_type(), dwarf2_add_field(), dwarf2_attach_fields_to_type(), read_baseclasses(), read_cpp_abbrev(), and read_one_struct_field().
struct nextfield * nextfield::next |
Definition at line 1302 of file dwarf2read.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), attach_fields_to_type(), coff_read_struct_type(), dwarf2_add_field(), dwarf2_attach_fields_to_type(), read_baseclasses(), and read_struct_fields().
int nextfield::virtuality |
Definition at line 1304 of file dwarf2read.c.
Referenced by dwarf2_add_field(), and dwarf2_attach_fields_to_type().
int nextfield::visibility |
Definition at line 63 of file stabsread.c.
Referenced by attach_fields_to_type(), read_baseclasses(), read_cpp_abbrev(), and read_one_struct_field().