Module fixups

Source

Structs§

Fixups
Has fixup maps & section content bytes ref data.

Constants§

FIXUP_VALUE_FOR_ALIGN
After writing fixup, since it is 0xff up to align16, read fixup relying on this.
GLOBAL_FIXUP_ONE_SIZE
src(u32), section_index(u32), dst(u32)
LOCAL_FIXUP_ONE_SIZE
src(u32), dst(u32)
VIRTUAL_FIXUP_ONE_SIZE
src(u32), section_index(u32), classnames_start(u32)

Type Aliases§

GLobalFixups
LocalFixups
VirtualFixups
NOTE: The order in which C++ constructors are called is fixed. Therefore, we need a Map that holds the Index.