xref: /third_party/ltp/testcases/kernel/kvm/linker/payload.lds
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/testcases/kernel/kvm/linker/
1f08c3bdfSopenharmony_ciTARGET(binary)
2f08c3bdfSopenharmony_ci
3f08c3bdfSopenharmony_ciSECTIONS
4f08c3bdfSopenharmony_ci{
5f08c3bdfSopenharmony_ci	.data :
6f08c3bdfSopenharmony_ci	{
7f08c3bdfSopenharmony_ci		kvm_payload_start = .;
8f08c3bdfSopenharmony_ci		KEEP(*(.data))
9f08c3bdfSopenharmony_ci		kvm_payload_end = .;
10f08c3bdfSopenharmony_ci	}
11f08c3bdfSopenharmony_ci}
12

Indexes created Thu Nov 07 10:32:03 CST 2024