gimli-rs / gimli

A library for reading and writing the DWARF debugging format
https://docs.rs/gimli/
Apache License 2.0
831 stars 105 forks source link

Improve relocation support #709

Closed philipc closed 5 months ago

philipc commented 5 months ago

This adds helpers for both reading and writing relocations. It doesn't allow anything that wasn't possible before, but it should reduce the boilerplate required.

Also add an example for writing that does a bit more than the example in the documentation.