IndexCoreasmjit::CodeHolder::RelocationSummary

asmjit::CodeHolder::RelocationSummary Struct Reference [¶]

An informative data structure that is filled with some details that happened during relocateToBase().

Public Members

size_t CodeHolder::RelocationSummary::codeSizeReduction[¶]

The number of bytes the final code has been reduced by.

At the moment this is the same as the number of bytes that the address table was shrunk, because it was possible to avoid certain entries during relocation - the functions that would be otherwise present were close enough to avoid them in the .addrtab section.