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

Public Attributes

PyObject_HEAD const struct blockblock
 
struct objfileobjfile
 
struct blpy_block_objectprev
 
struct blpy_block_objectnext
 

Detailed Description

Definition at line 28 of file py-block.c.

Member Data Documentation

PyObject_HEAD const struct block* blpy_block_object::block

Definition at line 31 of file py-block.c.

Referenced by blpy_dealloc(), blpy_iter_is_valid(), del_objfile_blocks(), and set_block().

struct blpy_block_object* blpy_block_object::next
struct objfile* blpy_block_object::objfile
struct blpy_block_object* blpy_block_object::prev

Definition at line 38 of file py-block.c.

Referenced by blpy_dealloc(), del_objfile_blocks(), and set_block().


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