gimli-rs / gimli

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

Improve relocation support #709

Closed philipc closed 8 months ago

philipc commented 8 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.