dwarf_reftoident

Generate fixup specific to .eh_frame and .gcc_except_table sections.

version(COMPILE)
extern (C++) nothrow
static if(MACHOBJ)
int
dwarf_reftoident

Parameters

seg int

segment of where to write fixup

offset targ_size_t

offset of where to write fixup

s Symbol*

fixup is a reference to this Symbol

val targ_size_t

displacement from s

Return Value

Type: int

number of bytes written at seg:offset

Meta