Lines Matching +full:has +full:- +full:magic +full:- +full:addr

3  * SPDX-License-Identifier: Apache-2.0
8 #include <zephyr/linker/linker-defs.h>
9 #include <zephyr/linker/linker-tool.h>
25 user_sram_size = (user_sram_end - user_sram_org);
60 FLASH (R): org = 0x40, len = FLASH_SIZE - 0x40
64 FLASH (R): org = 0x0, len = FLASH_SIZE - 0x100
73 len = 0x2000 - RESERVE_RTC_MEM
75 lp_reserved_seg(RW) : org = LPSRAM_IRAM_START + 0x2000 - RESERVE_RTC_MEM,
84 * C6 has no distinguished LP(RTC) fast and slow memory sections,
113 /* 0. Magic byte for load header */
124 LONG(ADDR(.iram0.text))
126 LONG(LOADADDR(.iram0.data) - LOADADDR(.iram0.text))
133 LONG(ADDR(.dram0.data))
135 LONG(LOADADDR(.dram0.end) - LOADADDR(.dram0.data))
139 #include <zephyr/linker/rel-sections.ld>
142 #include <zephyr/linker/llext-sections.ld>
145 /* --- START OF RTC --- */
224 * The data are not initialized at power-up and are retained during deep sleep.
240 _rtc_slow_length = (_rtc_force_slow_end - _rtc_data_start);
241 _rtc_fast_length = (_rtc_force_fast_end - _rtc_fast_start);
246 /* --- END OF RTC --- */
248 /* --- START OF IRAM --- */
491 /* --- END OF IRAM --- */
493 /* --- START OF DRAM --- */
618 #include <snippets-rwdata.ld>
656 #include <snippets-data-sections.ld>
657 #include <zephyr/linker/common-ram.ld>
658 #include <snippets-ram-sections.ld>
659 #include <zephyr/linker/cplusplus-ram.ld>
665 #include <zephyr/linker/common-rom/common-rom-logging.ld>
715 #include <zephyr/linker/ram-end.ld>
717 ASSERT(((_end - ORIGIN(sram0_0_seg)) <= LENGTH(sram0_0_seg)), "SRAM code/data does not fit.")
719 /* --- END OF DRAM --- */
721 /* --- START OF .flash.text --- */
732 _image_irom_vaddr = ADDR(.flash.text);
778 /* --- END OF .flash.text --- */
780 /* --- START OF .rodata --- */
790 _image_drom_size = _image_rodata_end - _image_rodata_start;
791 _image_drom_vaddr = ADDR(.flash.rodata);
805 #include <snippets-rodata.ld>
846 #include <zephyr/linker/cplusplus-rom.ld>
847 #include <zephyr/linker/common-rom/common-rom-init.ld>
848 #include <zephyr/linker/common-rom/common-rom-kernel-devices.ld>
849 #include <zephyr/linker/common-rom/common-rom-ztest.ld>
850 #include <zephyr/linker/common-rom/common-rom-net.ld>
851 #include <zephyr/linker/common-rom/common-rom-bt.ld>
852 #include <zephyr/linker/common-rom/common-rom-debug.ld>
853 #include <zephyr/linker/common-rom/common-rom-misc.ld>
854 #include <zephyr/linker/thread-local-storage.ld>
855 #include <snippets-sections.ld>
866 /* --- END OF .rodata --- */
872 #include <zephyr/linker/debug-sections.ld>
873 /DISCARD/ : { *(.note.GNU-stack) }