jon.recoil.org

Module Form_rewrite_plan.Symbol_entry

Information about an original symbol from the ELF symbol table.

type t

Returns the symbol name.

Returns st_info (binding and type packed into one byte).

val st_other : Form_rewrite_plan.Symbol_entry.t -> int

Returns st_other (visibility).

val st_shndx : Form_rewrite_plan.Symbol_entry.t -> int

Returns st_shndx (section index).

val st_value : Form_rewrite_plan.Symbol_entry.t -> int64

Returns st_value (symbol value/address).

val st_size : Form_rewrite_plan.Symbol_entry.t -> int64

Returns st_size (symbol size).