dwarf_except_gentables

Write Dwarf-style exception tables.

  1. void dwarf_except_gentables(Funcsym* sfunc, uint startoffset, uint retoffset)
    version(COMPILE)
    extern (C++) nothrow
    static if(ELFOBJ || MACHOBJ)
    void
    dwarf_except_gentables
  2. void dwarf_except_gentables(Funcsym* sfunc, uint startoffset, uint retoffset)

Parameters

sfunc Funcsym*

function to generate tables for

startoffset uint

size of function prolog

retoffset uint

offset from start of function to epilog

Meta