Skip to main content

Module elf

Module elf 

Source
Expand description

Emission of per-function relocatable ELF objects for the experimental ELF artifact format.

Structs§

EhFrameWriter 🔒
A gimli [Writer] for the .eh_frame section 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 None when the LSDA references no tags.
emit_local_function 🔒
Serialize a single compiled function into its own relocatable object file.