xref: /optee_os/core/arch/arm/kernel/link_dummy.ld (revision 386fc2644636d741b9198bfe07cfbcfe41732536)
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__ctor_end = .;
24__ctor_list = .;
25__data_start = .;
26__data_end = .;
27__end = .;
28__end_phys_mem_map_section = .;
29__end_phys_nsec_ddr_section = .;
30__end_phys_sdp_mem_section = .;
31__end_phys_ddr_overall_section = .;
32__start_phys_ddr_overall_section = .;
33__exidx_end = .;
34__exidx_start = .;
35__extab_end = .;
36__extab_start = .;
37__heap1_end = .;
38__heap1_start = .;
39__heap2_end = .;
40__heap2_start = .;
41__nex_heap_end = .;
42__nex_heap_start = .;
43__initcall_end = .;
44__initcall_start = .;
45__init_end = .;
46__init_size = .;
47__init_start = .;
48__nozi_end = .;
49__nozi_stack_end = .;
50__nozi_stack_start = .;
51__nozi_start = .;
52__pageable_end = .;
53__pageable_part_end = .;
54__pageable_part_start = .;
55__pageable_start = .;
56__rodata_dtdrv_end = .;
57__rodata_dtdrv_start = .;
58__rodata_early_ta_start = .;
59__rodata_early_ta_end = .;
60__rodata_end = .;
61__rodata_start = .;
62__start_phys_nsec_ddr_section = .;
63__text_init_start = .;
64__text_start = .;
65__tmp_hashes_end = .;
66__tmp_hashes_size = .;
67__tmp_hashes_start = .;
68__vcore_init_ro_size = .;
69__vcore_init_ro_start = .;
70__vcore_init_rx_size = .;
71__vcore_init_rx_start = .;
72__vcore_unpg_ro_size = .;
73__vcore_unpg_ro_start = .;
74__vcore_unpg_rw_size = .;
75__vcore_unpg_rw_start = .;
76__vcore_unpg_rx_size = .;
77__vcore_unpg_rx_start = .;
78PROVIDE(core_v_str = 0);
79PROVIDE(tee_entry_std = 0);
80PROVIDE(tee_svc_handler = 0);
81PROVIDE(init_teecore = 0);
82