Expand description
Jump table implementation.
This module defines the Jump
enum and the JumpTable
struct, which are used to manage
various types of jumps in the program, including offsets, labels, function calls, and
external functions.
Re-exportsยง
pub use table::JumpTable;
Modulesยง
- pc ๐Program counter handlers.
- relocate ๐Program Relocations
- table ๐Jump Table
- target ๐Target related operations of the jump table.
Enumsยง
- Represents the different types of jumps in the program.