jon.recoil.org

Module String_table

type t

Construction of ELF string tables. *

val create : unit -> String_table.t
val add_string : String_table.t -> string -> unit
val current_length : String_table.t -> int
val write : String_table.t -> int64 -> Compiler_owee.Owee_buf.t -> unit