  TYPE
    oct$offset_change_list = array [1 .. * ] of oct$change_items,

    oct$change_items = record
      offset: llt$section_offset,
      delta: llt$section_address_range,
    recend,

    oct$max_offset_changes = 0 .. 0ffff(16);

*copyc llt$section_address
