
  TYPE
    oct$bound_module_header = record
      identification: llt$identification,
      section_map: clt$file,
      xref_list: oct$external_reference_list,

      components: ^oct$bound_components,

      code_section_ids: oct$code_section_ids,

      preset_specified: boolean,
      preset_value: pmt$initialization_value,
      include_binary_section_maps: boolean,
    recend;

*copyc clt$file
*copyc llt$identification
*copyc oct$bound_components
*copyc oct$code_section_ids
*copyc oct$external_reference_list
*copyc pmt$initialization_value
