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