Module Iplt.Entry
An entry in the intermediate PLT.
val index : Iplt.Entry.t -> intReturns the index of this entry (0-based).
val original_symbol : Iplt.Entry.t -> stringReturns the original external symbol this PLT entry calls.
val iplt_symbol : Iplt.Entry.t -> stringReturns the synthetic symbol for this PLT entry.
val igot_symbol : Iplt.Entry.t -> stringReturns the IGOT symbol this entry jumps through.
val offset : Iplt.Entry.t -> intReturns the byte offset of the entry within the IPLT section.