LibOMF

Members

Functions

WriteLibToBuffer
void WriteLibToBuffer(OutBuffer* libbuf)

Create and write library to libbuf. The library consists of: library header object modules... dictionary header dictionary pages...

addObject
void addObject(const(char)* module_name, const ubyte[] buffer)

Add object module or library to the library. Examine the buffer to see which it is. If the buffer is NULL, use module_name as the file name and load the file.

addSymbol
void addSymbol(OmfObjModule* om, const(char)* name, int pickAny = 0)

Inherited Members

From Library

setFilename
void setFilename(const(char)* dir, const(char)* filename)

Set the library file name based on the output directory and the filename. Add default library file name extension.

Meta