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

Public Attributes

PyObject_HEAD symtab_objectsymtab
 
struct symtab_and_linesal
 
struct salpy_sal_objectprev
 
struct salpy_sal_objectnext
 

Detailed Description

Definition at line 57 of file py-symtab.c.

Member Data Documentation

struct salpy_sal_object* salpy_sal_object::next
struct salpy_sal_object* salpy_sal_object::prev

Definition at line 67 of file py-symtab.c.

Referenced by del_objfile_sal(), salpy_dealloc(), and set_sal().

struct symtab_and_line* salpy_sal_object::sal

Definition at line 62 of file py-symtab.c.

Referenced by del_objfile_sal(), salpy_dealloc(), and set_sal().

PyObject_HEAD symtab_object* salpy_sal_object::symtab

Definition at line 60 of file py-symtab.c.

Referenced by del_objfile_sal(), salpy_dealloc(), salpy_get_symtab(), salpy_str(), and set_sal().


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