

{ Section definition record. }

  TYPE
    llt$section_definition = record
      kind: llt$section_kind,
      access_attributes: llt$section_access_attributes,
      section_ordinal: llt$section_ordinal,
      length: llt$section_length,
      allocation_alignment: llt$section_address_range,
      allocation_offset: llt$section_address_range,
      name: pmt$program_name,
    recend;

*copyc llt$section_address
*copyc LLT$SECTION_ACCESS_ATTRIBUTES
*copyc LLT$SECTION_KIND
*copyc PMT$PROGRAM_NAME
