ElfObj_term

Finish up creating the object module and putting it in fobjbuf[]. Does not write the file. Pairs with ElfObj_init()

version(COMPILE)
extern (C++) nothrow
static if(1)
void
ElfObj_term
(
const(char)* objfilename
)

Parameters

objfilename const(char)*

file name for object module (not used)

Meta