
  TYPE
    oct$object_record_list = record
      link: ^oct$object_record_list,

      case kind: llt$object_record_kind of
      = llc$identification =
        identification: ^llt$identification,

      = llc$libraries =
        libraries: ^llt$libraries,

      = llc$section_definition =
        section_definition: ^llt$section_definition,

      = llc$text =
        text: ^llt$text,

      = llc$replication =
        replication: ^llt$replication,

      = llc$bit_string_insertion =
        bit_string_insertion: ^llt$bit_string_insertion,

      = llc$entry_definition =
        entry_definition: ^llt$entry_definition,

      = llc$relocation =
        relocation: ^llt$relocation,

      = llc$address_formulation =
        address_formulation: ^llt$address_formulation,

      = llc$external_linkage =
        external_linkage: ^llt$external_linkage,

      = llc$formal_parameters =
        formal_parameters: ^llt$formal_parameters,

      = llc$actual_parameters =
        actual_parameters: ^llt$actual_parameters,

      = llc$cybil_symbol_table_fragment =
        debug_table_fragment: ^llt$debug_table_fragment,

      = llc$obsolete_line_table =
        obsolete_line_address_table: ^llt$obsolete_line_address_table,

      = llc$symbol_table =
        symbol_table: ^llt$symbol_table,

      = llc$line_table =
        line_address_table: ^llt$line_address_table,

      = llc$supplemental_debug_tables =
        supplemental_debug_tables: ^llt$supplemental_debug_tables,

      = llc$binding_template =
        binding_template: ^llt$binding_template,

      = llc$ppu_absolute =
        ppu_absolute: ^llt$ppu_absolute,

      = llc$68000_absolute =
        m68000_absolute: ^llt$68000_absolute,

      = llc$transfer_symbol =
        transfer_symbol: ^llt$transfer_symbol,
      casend,
    recend;

*copyc llt$object_module
*copyc llt$line_address_table
*copyc llt$obsolete_line_table
