Fixup
version(COMPILE)
extern (
C++) nothrow
struct Fixup {
}
- flags
int flags;
Undocumented in source.
- funcsym
Symbol* funcsym;
Undocumented in source.
- offset
targ_size_t offset;
Undocumented in source.
- seg
int seg;
Undocumented in source.
- sym
Symbol* sym;
Undocumented in source.
- val
targ_size_t val;
Undocumented in source.
dmd backend cgen
functionsstatic variablesstructs
When we don't know whether a function symbol is defined or not within this module, we stuff it in an array of references to be fixed up later.