GDB (xrefs)
Public Attributes | List of all members
fn_fieldlist Struct Reference

#include "gdbtypes.h"

Public Attributes

const char * name
 
int length
 
struct fn_fieldfn_fields
 

Detailed Description

Definition at line 816 of file gdbtypes.h.

Member Data Documentation

struct fn_field* fn_fieldlist::fn_fields
int fn_fieldlist::length

The number of methods with this name.

Definition at line 827 of file gdbtypes.h.

Referenced by java_link_class_type(), and 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 823 of file gdbtypes.h.

Referenced by java_link_class_type(), and read_member_functions().


The documentation for this struct was generated from the following file: