ObjectModule

Undocumented in source.

Members

Functions

isExternal
bool isExternal()
Undocumented in source. Be warned that the author may not have intended to support it.
isImported
bool isImported()
Undocumented in source. Be warned that the author may not have intended to support it.
isLocal
bool isLocal()
Undocumented in source. Be warned that the author may not have intended to support it.
isReferenced
bool isReferenced()
Undocumented in source. Be warned that the author may not have intended to support it.
isVerbose
bool isVerbose()
Undocumented in source. Be warned that the author may not have intended to support it.
markReferenced
void markReferenced()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

firstSymbol
LinkIndex firstSymbol;

Linked list of symbols

flags
ushort flags;

Set of ObjectModuleFlags

id
Identifier id;

Used for referencing dll modules in import table

kind
ObjectModuleKind kind;
nextModule
LinkIndex nextModule;

Linked list of modules

Meta