Module Iplt.Relocation
A relocation for an IPLT entry.
val offset : Iplt.Relocation.t -> intReturns the offset within the IPLT section (entry_offset + 2).
val symbol : Iplt.Relocation.t -> stringReturns the IGOT symbol to relocate to.
val addend : Iplt.Relocation.t -> int64Returns the relocation addend (-4 to account for RIP pointing past displacement).