Module Igot.Relocation
A relocation for an IGOT entry.
val offset : Igot.Relocation.t -> intReturns the offset within the IGOT section.
val symbol : Igot.Relocation.t -> stringReturns the original external symbol to relocate to.
val addend : Igot.Relocation.t -> int64Returns the relocation addend (always 0 for IGOT).