Expand description
Emission of per-function relocatable ELF objects for the experimental ELF artifact format.
Structs§
- EhFrame
Writer 🔒 - A gimli [
Writer] for the.eh_framesection that records the relocations required against the function symbol, the personality routine and the LSDA.
Functions§
- emit_
eh_ 🔒tag_ section - Emit a per-object section holding the exception tag constants referenced by
a function’s LSDA type table, returning a section symbol and a tag->offset
map. Returns
Nonewhen the LSDA references no tags. - emit_
local_ 🔒function - Serialize a single compiled function into its own relocatable object file.