Expand description
ELF (aarch64) support and utils
Modules§
Structs§
- Dyn
- Represents an ELF dynamic entry.
- EhFrame
HdrPtr - A struct containing a pointer sized int, representing a pointer to the start of the eh_frame_hdr elf section. This is obviously not a great option to use with Rust’s upcoming strict/exposed providence APIs, but works fine here as the Switch has a single address space and the memory will have a static lifetime that is longer than the currently running code.
- Info
Symbol - Represents an ELF info symbol.
- Rel
- Represents an ELF Rel type.
- Rela
- Represents an ELF Rela type.
Enums§
- Relocation
Type - Represents ELF relocation types.
- Tag
- Represents ELF tags. Cherry picked from valid relocation types.
Functions§
- relocate_
with_ ⚠dyn - Relocates a base address with its corresponding
Dyn
reference.
Unions§
- Info
- Represents an ELF info value.