OmfObj_reftocodeseg

Refer to address that is in the code segment. Only offsets are output, regardless of the memory model. Used to put values in switch address tables. Input: seg = where the address is going (CODE or DATA) offset = offset within seg val = displacement from start of this module

version(COMPILE)
extern (C++) nothrow @safe @trusted
void
OmfObj_reftocodeseg
(
int seg
,
targ_size_t offset
,
targ_size_t val
)
Suggestion Box / Bug Report