Module Bytesections
Recording sections written to a bytecode executable file
val init_record : Stdlib.out_channel -> unitval record : Stdlib.out_channel -> string -> unitval write_toc_and_trailer : Stdlib.out_channel -> unit
val read_toc : Stdlib.in_channel -> unit
val toc : unit -> (string * int) listval seek_section : Stdlib.in_channel -> string -> intval read_section_string : Stdlib.in_channel -> string -> stringval read_section_struct : Stdlib.in_channel -> string -> 'aval pos_first_section : Stdlib.in_channel -> intval reset : unit -> unit