- Unfortunately, the lba size table has 16-bit entries, which we cannot emit from rust currently.
- Fortunately, there are an even number of entries, so we can simply join two entries in a single normal pointer relocation.
- Unfortunately, this requires us to specify an order for the lbas, instead of just being able to dump them all and figuring out the order in rust.
- Fortunately: It works.