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.

nothrow @safe
struct Fixup {
Symbol* sym;
int seg;
int flags;
targ_size_t offset;
targ_size_t val;
Symbol* funcsym;
}

Meta