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

Public Attributes

PyObject_HEAD struct symtabsymtab
 
struct stpy_symtab_objectprev
 
struct stpy_symtab_objectnext
 

Detailed Description

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

Member Data Documentation

◆ next

struct stpy_symtab_object* stpy_symtab_object::next

◆ prev

struct stpy_symtab_object* stpy_symtab_object::prev

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

Referenced by del_objfile_symtab(), and set_symtab().

◆ symtab

PyObject_HEAD struct symtab* stpy_symtab_object::symtab

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

Referenced by del_objfile_symtab(), salpy_dealloc(), salpy_str(), set_sal(), and set_symtab().


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