

{ Entry point definition record. }

  TYPE
    llt$entry_definition = record
      section_ordinal: llt$section_ordinal,
      offset: llt$section_offset,
      attributes: llt$entry_point_attributes,
      name: pmt$program_name,
      language: llt$module_generator,
      declaration_matching_required: boolean,
      declaration_matching: llt$declaration_matching_value,
    recend;

*copyc llt$declaration_matching_value
*copyc llt$entry_point_attributes
*copyc llt$module_generator
*copyc llt$section_address
*copyc pmt$program_name
