#include <asmfile.h>
Collaboration diagram for VM::AssemblerFile::_GlobVars:

Public Member Functions | |
| _GlobVars () | |
| ~_GlobVars () | |
Public Attributes | |
| Offset | size |
| Total size of the global storage (for this file). | |
| GlobalVarList | globvarq |
| "Array" of global variable entries. | |
|
|
|
|
|
|
|
|
"Array" of global variable entries.
Definition at line 196 of file asmfile.h. Referenced by VM::VMLinker::_GenerateSymbolProvideMap_AddGlobal(), _GlobVars(), VM::VMLinker::_LinkGlobalStorage(), and VM::AssemblerFile::_ResolveSymrefsInGlobal(). |
|
|
Total size of the global storage (for this file).
Definition at line 194 of file asmfile.h. Referenced by _GlobVars(), and VM::VMLinker::_LinkGlobalStorage(). |
1.3.5