ElfObj_init

Perform initialization that applies to all .o output files. Called before any other obj_xxx routines Called by Obj.initialize()

nothrow
ElfObj_init
(,
const(char)* filename
,
const(char)* csegname
)

Parameters

objbuf OutBuffer*

where to write the object file data

filename const(char)*

source file name

csegname const(char)*

name for code segment

Meta