jon.recoil.org

Module Igot.Relocation

A relocation for an IGOT entry.

type t
val offset : Igot.Relocation.t -> int

Returns the offset within the IGOT section.

val symbol : Igot.Relocation.t -> string

Returns the original external symbol to relocate to.

val addend : Igot.Relocation.t -> int64

Returns the relocation addend (always 0 for IGOT).