RelocationTableBuilder.addRelaRelocation
size_t addRelaRelocation(ulong offset, uint symbolIndex, uint type, long addend)Add a RELA relocation (with addend).
Parameters
offset | The offset where the relocation applies. |
symbolIndex | The symbol table index. |
type | The relocation type. |
addend | The addend value. |
Returns
The relocation's index in the table.