Fixup

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.

version(COMPILE)
extern (C++) nothrow
struct Fixup {
Symbol* sym;
int seg;
int flags;
targ_size_t offset;
targ_size_t val;
Symbol* funcsym;
}
Suggestion Box / Bug Report