

{ Binding template record }

  TYPE
    llt$binding_template = record
      binding_offset: llt$section_offset,
      case kind: llt$binding_template_kind of
      = llc$current_module =
        section_ordinal: llt$section_ordinal,
        offset: llt$section_address_range,
        internal_address: llt$internal_address_kind,
      = llc$external_reference =
        name: pmt$program_name,
        address: llt$address_kind,
      casend,
    recend;

*copyc llt$section_address
*copyc LLT$BINDING_TEMPLATE_KIND
*copyc PMT$PROGRAM_NAME
*copyc LLT$ADDRESS_KIND
*copyc LLT$INTERNAL_ADDRESS_KIND
