^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) SECTIONS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) .rodata.compressed : {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) input_len = .;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) LONG(input_data_end - input_data) input_data = .;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) *(.data)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) output_len = . - 4; /* can be at unaligned address */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) input_data_end = .;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) }
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) }