Crate defmt_elf2table
Source Available on unstable
only.
Expand description
Reads ELF metadata and builds a defmt
interner table.
This is an implementation detail of probe-run
and
not meant to be consumed by other tools at the moment so all the API is unstable.
- Location
- Table
- Interner table that holds log levels and maps format strings to indices
- get_locations
- parse
- Parses an ELF file and returns the decoded
defmt
table
- Locations