Module Igot.Entry
An entry in the intermediate GOT.
val index : Igot.Entry.t -> intReturns the index of this entry (0-based).
val original_symbol : Igot.Entry.t -> stringReturns the original external symbol this GOT entry references.
val igot_symbol : Igot.Entry.t -> stringReturns the synthetic symbol for this GOT entry.
val offset : Igot.Entry.t -> intReturns the byte offset of the entry within the IGOT section.