BytesectionsRecording 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 -> unitReading sections from a bytecode executable file
val read_toc : Stdlib.in_channel -> unitval 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 -> int