BytesectionsRecording sections written to a bytecode executable file
val init_record : out_channel -> unitval record : out_channel -> string -> unitval write_toc_and_trailer : out_channel -> unitReading sections from a bytecode executable file
val read_toc : in_channel -> unitval seek_section : in_channel -> string -> intval read_section_string : in_channel -> string -> stringval read_section_struct : in_channel -> string -> 'aval pos_first_section : in_channel -> int