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_size = .; 17__asan_map_start = .; 18__asan_shadow_end = .; 19__asan_shadow_size = .; 20__asan_shadow_start = .; 21__bss_end = .; 22__bss_start = .; 23__ctor_end = .; 24__ctor_list = .; 25__data_end = .; 26__data_start = .; 27__end = .; 28__end_phys_ddr_overall_section = .; 29__end_phys_mem_map_section = .; 30__end_phys_nsec_ddr_section = .; 31__end_phys_sdp_mem_section = .; 32__exidx_end = .; 33__exidx_start = .; 34__extab_end = .; 35__extab_start = .; 36__heap1_end = .; 37__heap1_start = .; 38__heap2_end = .; 39__heap2_start = .; 40__identity_map_init_end = .; 41__identity_map_init_start = .; 42__initcall_end = .; 43__initcall_start = .; 44__init_end = .; 45__init_size = .; 46__init_start = .; 47__nex_bss_end = .; 48__nex_bss_start = .; 49__nex_heap_end = .; 50__nex_heap_start = .; 51__nozi_end = .; 52__nozi_stack_end = .; 53__nozi_stack_start = .; 54__nozi_start = .; 55__pageable_end = .; 56__pageable_part_end = .; 57__pageable_part_start = .; 58__pageable_start = .; 59__rela_end = .; 60__rela_start = .; 61__rel_end = .; 62__rel_start = .; 63__ro_and_relro_data_init_end = .; 64__rodata_early_ta_end = .; 65__rodata_early_ta_start = .; 66__rodata_end = .; 67__rodata_init_end = .; 68__rodata_init_start = .; 69__rodata_pageable_end = .; 70__rodata_pageable_start = .; 71__rodata_start = .; 72__start_phys_ddr_overall_section = .; 73__start_phys_nsec_ddr_section = .; 74__text_init_end = .; 75__text_init_start = .; 76__text_pageable_end = .; 77__text_pageable_start = .; 78__text_start = .; 79__text_data_start = .; 80__text_data_end = .; 81__text_end = .; 82__tmp_hashes_end = .; 83__tmp_hashes_size = .; 84__tmp_hashes_start = .; 85__vcore_init_ro_end = .; 86__vcore_init_ro_size = .; 87__vcore_init_ro_start = .; 88__vcore_init_rx_end = .; 89__vcore_init_rx_size = .; 90__vcore_init_rx_start = .; 91__vcore_nex_rw_end = .; 92__vcore_nex_rw_size = .; 93__vcore_nex_rw_start = .; 94__vcore_unpg_ro_end = .; 95__vcore_unpg_ro_size = .; 96__vcore_unpg_ro_start = .; 97__vcore_unpg_rw_end = .; 98__vcore_unpg_rw_size = .; 99__vcore_unpg_rw_start = .; 100__vcore_unpg_rx_end = .; 101__vcore_unpg_rx_size = .; 102__vcore_unpg_rx_start = .; 103PROVIDE(core_v_str = 0); 104PROVIDE(tee_entry_std = 0); 105PROVIDE(init_teecore = 0); 106