jon.recoil.org

Module Igot.Entry

An entry in the intermediate GOT.

type t
val index : Igot.Entry.t -> int

Returns the index of this entry (0-based).

val original_symbol : Igot.Entry.t -> string

Returns the original external symbol this GOT entry references.

val igot_symbol : Igot.Entry.t -> string

Returns the synthetic symbol for this GOT entry.

val offset : Igot.Entry.t -> int

Returns the byte offset of the entry within the IGOT section.