https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 8ee1953577d8e674210d14f3667f5e0392f9602c authored by Jason Self on 26 January 2012, 01:26:51 UTC
Linux-libre 3.0.18-gnu1
Tip revision: 8ee1953
vmlinux.scr
SECTIONS
{
  .rodata.compressed : {
	input_len = .;
	LONG(input_data_end - input_data) input_data = .;
	*(.data)
	output_len = . - 4;
	input_data_end = .;
	}
}
back to top