IFunc,
#[deku(id_pat = "_")]
Other(u8),
}
Whoa, whoahey, that’s a lot of code, isn’t it?
Yeah, but it’s not that bad, is it? We’re just making some nice abstractions, as usual, and using what deku gives us to parse symbols easily.
Now that we have all that, we can focus on actually applying relocations.
And, remember how we very