NEURON
dll_s Struct Reference

Public Attributes

dll_snext
 
dll_sprev
 
char * loadpath
 
int valid
 
int load_count
 
int num_sections
 
char * bytes
 
char * dtor_section
 
int dtor_count
 
Symtab symtab
 
CDTOR uninit_func
 

Static Public Attributes

static dll_stop = 0
 

Detailed Description

Definition at line 86 of file dll.cpp.

Member Data Documentation

◆ bytes

char* dll_s::bytes

Definition at line 93 of file dll.cpp.

◆ dtor_count

int dll_s::dtor_count

Definition at line 95 of file dll.cpp.

◆ dtor_section

char* dll_s::dtor_section

Definition at line 94 of file dll.cpp.

◆ load_count

int dll_s::load_count

Definition at line 91 of file dll.cpp.

◆ loadpath

char* dll_s::loadpath

Definition at line 88 of file dll.cpp.

◆ next

dll_s* dll_s::next

Definition at line 87 of file dll.cpp.

◆ num_sections

int dll_s::num_sections

Definition at line 92 of file dll.cpp.

◆ prev

dll_s * dll_s::prev

Definition at line 87 of file dll.cpp.

◆ symtab

Symtab dll_s::symtab

Definition at line 96 of file dll.cpp.

◆ top

dll_s * dll_s::top = 0
static

Definition at line 90 of file dll.cpp.

◆ uninit_func

CDTOR dll_s::uninit_func

Definition at line 97 of file dll.cpp.

◆ valid

int dll_s::valid

Definition at line 89 of file dll.cpp.


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