xref: /optee_os/core/arch/arm/kernel/link_dummy.ld (revision 5a913ee74d3c71af2a2860ce8a4e7aeab2916f9b)
1/* SPDX-License-Identifier: BSD-2-Clause */
2/*
3 * Copyright (c) 2017, Linaro Limited
4 */
5
6SECTIONS
7{
8	/*
9	 * This seems to make the ARMv7 linker happy with regards to glue_7
10	 * sections etc.
11	 */
12	..dummy : { }
13}
14
15__asan_map_end = .;
16__asan_map_start = .;
17__asan_map_size = .;
18__asan_shadow_end = .;
19__asan_shadow_start = .;
20__asan_shadow_size = .;
21__bss_end = .;
22__bss_start = .;
23__nex_bss_end = .;
24__nex_bss_start = .;
25__ctor_end = .;
26__ctor_list = .;
27__data_start = .;
28__data_end = .;
29__end = .;
30__end_phys_mem_map_section = .;
31__end_phys_nsec_ddr_section = .;
32__end_phys_sdp_mem_section = .;
33__end_phys_ddr_overall_section = .;
34__start_phys_ddr_overall_section = .;
35__exidx_end = .;
36__exidx_start = .;
37__extab_end = .;
38__extab_start = .;
39__heap1_end = .;
40__heap1_start = .;
41__heap2_end = .;
42__heap2_start = .;
43__nex_heap_end = .;
44__nex_heap_start = .;
45__initcall_end = .;
46__initcall_start = .;
47__init_end = .;
48__init_size = .;
49__init_start = .;
50__nozi_end = .;
51__nozi_stack_end = .;
52__nozi_stack_start = .;
53__nozi_start = .;
54__pageable_end = .;
55__pageable_part_end = .;
56__pageable_part_start = .;
57__pageable_start = .;
58__rodata_dtdrv_end = .;
59__rodata_dtdrv_start = .;
60__rodata_early_ta_start = .;
61__rodata_early_ta_end = .;
62__rodata_end = .;
63__rodata_start = .;
64__start_phys_nsec_ddr_section = .;
65__text_init_start = .;
66__text_start = .;
67__tmp_hashes_end = .;
68__tmp_hashes_size = .;
69__tmp_hashes_start = .;
70__vcore_init_ro_size = .;
71__vcore_init_ro_start = .;
72__vcore_init_rx_size = .;
73__vcore_init_rx_start = .;
74__vcore_unpg_ro_size = .;
75__vcore_unpg_ro_start = .;
76__vcore_unpg_rw_size = .;
77__vcore_unpg_rw_start = .;
78__vcore_unpg_rx_size = .;
79__vcore_unpg_rx_start = .;
80__vcore_nex_rw_size = .;
81__vcore_nex_rw_start = .;
82PROVIDE(core_v_str = 0);
83PROVIDE(tee_entry_std = 0);
84PROVIDE(tee_svc_handler = 0);
85PROVIDE(init_teecore = 0);
86