xref: /aosp_15_r20/external/ltp/testcases/kernel/kvm/linker/payload.lds (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1*49cdfc7eSAndroid Build Coastguard WorkerTARGET(binary)
2*49cdfc7eSAndroid Build Coastguard Worker
3*49cdfc7eSAndroid Build Coastguard WorkerSECTIONS
4*49cdfc7eSAndroid Build Coastguard Worker{
5*49cdfc7eSAndroid Build Coastguard Worker	.data :
6*49cdfc7eSAndroid Build Coastguard Worker	{
7*49cdfc7eSAndroid Build Coastguard Worker		kvm_payload_start = .;
8*49cdfc7eSAndroid Build Coastguard Worker		KEEP(*(.data))
9*49cdfc7eSAndroid Build Coastguard Worker		kvm_payload_end = .;
10*49cdfc7eSAndroid Build Coastguard Worker	}
11*49cdfc7eSAndroid Build Coastguard Worker}
12