Home
last modified time | relevance | path

Searched refs:ld (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/Zephyr-latest/cmake/linker/ld/
Dtarget_configure.cmake7 ${ZEPHYR_BASE}/include/zephyr/arch/common/app_data_alignment.ld
8 ${PROJECT_BINARY_DIR}/include/generated/app_data_alignment.ld)
11 ${ZEPHYR_BASE}/include/zephyr/linker/app_smem.ld
12 ${PROJECT_BINARY_DIR}/include/generated/app_smem.ld)
15 ${ZEPHYR_BASE}/include/zephyr/linker/app_smem_aligned.ld
16 ${PROJECT_BINARY_DIR}/include/generated/app_smem_aligned.ld)
19 ${ZEPHYR_BASE}/include/zephyr/linker/app_smem_unaligned.ld
20 ${PROJECT_BINARY_DIR}/include/generated/app_smem_unaligned.ld)
24 ${ZEPHYR_BASE}/include/zephyr/linker/app_smem_pinned.ld
25 ${PROJECT_BINARY_DIR}/include/generated/app_smem_pinned.ld)
[all …]
/Zephyr-latest/arch/arc/core/dsp/
Dswap_dsp_macros.h168 ld r13, [sp, ___callee_saved_stack_t_agu_ap0_OFFSET]
170 ld r13, [sp, ___callee_saved_stack_t_agu_ap1_OFFSET]
172 ld r13, [sp, ___callee_saved_stack_t_agu_ap2_OFFSET]
174 ld r13, [sp, ___callee_saved_stack_t_agu_ap3_OFFSET]
176 ld r13, [sp, ___callee_saved_stack_t_agu_os0_OFFSET]
178 ld r13, [sp, ___callee_saved_stack_t_agu_os1_OFFSET]
180 ld r13, [sp, ___callee_saved_stack_t_agu_mod0_OFFSET]
182 ld r13, [sp, ___callee_saved_stack_t_agu_mod1_OFFSET]
184 ld r13, [sp, ___callee_saved_stack_t_agu_mod2_OFFSET]
186 ld r13, [sp, ___callee_saved_stack_t_agu_mod3_OFFSET]
[all …]
/Zephyr-latest/include/zephyr/linker/
Dcommon-rom.ld3 #include <zephyr/linker/common-rom/common-rom-kernel-devices.ld>
5 #include <zephyr/linker/common-rom/common-rom-ztest.ld>
7 #include <zephyr/linker/common-rom/common-rom-init.ld>
9 #include <zephyr/linker/common-rom/common-rom-net.ld>
11 #include <zephyr/linker/common-rom/common-rom-bt.ld>
13 #include <zephyr/linker/common-rom/common-rom-logging.ld>
15 #include <zephyr/linker/common-rom/common-rom-debug.ld>
17 #include <zephyr/linker/common-rom/common-rom-interrupt-controllers.ld>
19 #include <zephyr/linker/common-rom/common-rom-misc.ld>
Dapp_smem.ld14 * 1. Using A.ld to create a linker script A.cmd.
16 * 3. Using A_prebuilt.elf to create B.ld.
17 * 4. Creating B.cmd with B.ld.
21 * A.ld and B.ld, when make is invoked again, B.ld
32 #define APP_SMEM_LD <app_smem_unaligned.ld>
34 #define APP_SMEM_LD <app_smem_aligned.ld>
Dapp_smem_pinned.ld18 * 1. Using A.ld to create a linker script A.cmd.
20 * 3. Using A_prebuilt.elf to create B.ld.
21 * 4. Creating B.cmd with B.ld.
25 * A.ld and B.ld, when make is invoked again, B.ld
36 #define APP_SMEM_LD <app_smem_pinned_unaligned.ld>
38 #define APP_SMEM_LD <app_smem_pinned_aligned.ld>
/Zephyr-latest/soc/infineon/cat1a/
DCMakeLists.txt9 zephyr_linker_sources(NOINIT common/noinit.ld)
12 zephyr_linker_sources(ROM_START SORT_KEY 0x0cm0p common/rom_cm0image.ld)
15 zephyr_linker_sources(RAM_SECTIONS SORT_KEY 0 common/ram_cm0image.ld)
16 zephyr_linker_sources(RAMFUNC_SECTION SORT_KEY 0 common/ram_func.ld)
17 zephyr_linker_sources(RODATA SORT_KEY 0 common/rom.ld)
25 zephyr_linker_sources(NOINIT psoc6_legacy/noinit.ld)
26 zephyr_linker_sources(RWDATA psoc6_legacy/rwdata.ld)
29 set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTER…
/Zephyr-latest/soc/renesas/ra/ra2a1/
DCMakeLists.txt10 zephyr_linker_sources(SECTIONS sections.ld)
11 zephyr_linker_sources(DATA_SECTIONS data_sections.ld)
12 zephyr_linker_sources(RAM_SECTIONS ram_sections.ld)
13 zephyr_linker_sources(ROM_START rom_start.ld)
15 set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTER…
/Zephyr-latest/soc/renesas/ra/ra4m1/
DCMakeLists.txt8 zephyr_linker_sources(SECTIONS sections.ld)
9 zephyr_linker_sources(DATA_SECTIONS data_sections.ld)
10 zephyr_linker_sources(RAM_SECTIONS ram_sections.ld)
11 zephyr_linker_sources(ROM_START rom_start.ld)
13 set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTER…
/Zephyr-latest/cmake/modules/
DFindGnuLd.cmake6 # FindGnuLd module for locating GNU ld (linker from binutils).
11 # Path to GNU ld linker
12 # Set to 'GNULD_LINKER-NOTFOUND' if ld was not found.
15 # True if GNU ld was found.
18 # The version of GNU ld.
21 # True if linker is ld.bfd (or compatible)
46 execute_process(COMMAND ${CMAKE_C_COMPILER} --print-prog-name=ld.bfd
64 find_program(GNULD_LINKER ${CROSS_COMPILE}ld.bfd ${LD_SEARCH_PATH})
68 find_program(GNULD_LINKER ${CROSS_COMPILE}ld ${LD_SEARCH_PATH})
74 # Parse the 'ld.bfd --version' output to find the installed version.
[all …]
DFindLlvmLld.cmake12 # Set to 'LLVMLLD_LINKER-NOTFOUND' if ld was not found.
23 execute_process(COMMAND ${CMAKE_C_COMPILER} --print-prog-name=ld.lld
40 # and asks you to use ld.lld instead. So do not search for lld.
41 find_program(LLVMLLD_LINKER ld.lld ${LLD_SEARCH_PATH})
45 # Parse the 'ld.lld --version' output to find the installed version.
56 # Extract GNU ld version. Different distros have their
59 # - "GNU ld (GNU Binutils for Ubuntu) 2.34"
60 # - "GNU ld (Zephyr SDK 0.15.2) 2.38"
61 # - "GNU ld (Gentoo 2.39 p5) 2.39.0"
/Zephyr-latest/include/zephyr/arch/posix/
Dlinker.ld25 #include <zephyr/linker/llext-sections.ld>
33 #include <snippets-rom-start.ld>
36 #include <zephyr/linker/common-rom.ld>
40 #include <snippets-rom-sections.ld>
47 #include <snippets-rodata.ld>
55 #include <snippets-rwdata.ld>
58 #include <zephyr/linker/common-ram.ld>
63 #include <snippets-ram-sections.ld>
65 #include <zephyr/arch/posix/native_tasks.ld>
70 #include <snippets-data-sections.ld>
[all …]
/Zephyr-latest/arch/arm/core/
DCMakeLists.txt31 zephyr_linker_sources(ROM_START SORT_KEY 0x0vectors zimage_header.ld)
32 zephyr_linker_sources(ROM_START SORT_KEY 0x1vectors vector_table.ld)
33 zephyr_linker_sources(ROM_START SORT_KEY 0x2vectors cortex_m/vector_table_pad.ld)
35 zephyr_linker_sources(ROM_START SORT_KEY 0x0vectors vector_table.ld)
36 zephyr_linker_sources(ROM_START SORT_KEY 0x1vectors cortex_m/vector_table_pad.ld)
41 zephyr_linker_sources(RWDATA swi_tables.ld)
43 zephyr_linker_sources(RODATA swi_tables.ld)
/Zephyr-latest/include/zephyr/arch/sparc/
Dlinker.ld24 #include <zephyr/linker/rel-sections.ld>
27 #include <zephyr/linker/llext-sections.ld>
48 #include <zephyr/linker/common-rom.ld>
52 #include <snippets-rom-sections.ld>
53 #include <zephyr/linker/thread-local-storage.ld>
66 #include <snippets-rodata.ld>
70 #include <zephyr/linker/cplusplus-rom.ld>
105 #include <snippets-rwdata.ld>
113 #include <zephyr/linker/common-ram.ld>
118 #include <snippets-ram-sections.ld>
[all …]
/Zephyr-latest/include/zephyr/arch/mips/
Dlinker.ld4 * based on include/arch/sparc/linker.ld
28 /* Used by and documented in include/linker/intlist.ld */
47 #include <zephyr/linker/rel-sections.ld>
50 #include <zephyr/linker/llext-sections.ld>
81 #include <zephyr/linker/common-rom.ld>
85 #include <snippets-rom-sections.ld>
86 #include <zephyr/linker/thread-local-storage.ld>
99 #include <snippets-rodata.ld>
103 #include <zephyr/linker/cplusplus-rom.ld>
133 #include <snippets-rwdata.ld>
[all …]
/Zephyr-latest/subsys/testsuite/coverage/
DCMakeLists.txt6 zephyr_linker_sources_ifdef(CONFIG_COVERAGE_GCOV PINNED_RAM_SECTIONS coverage_ram.ld)
7 zephyr_linker_sources_ifdef(CONFIG_COVERAGE_GCOV PINNED_RODATA coverage_rodata.ld)
9 zephyr_linker_sources_ifdef(CONFIG_COVERAGE_GCOV RAM_SECTIONS coverage_ram.ld)
10 zephyr_linker_sources_ifdef(CONFIG_COVERAGE_GCOV RODATA coverage_rodata.ld)
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dlinker.ld9 * - include/arch/arm/cortex_m/scripts/linker.ld
10 * - include/arch/riscv/common/linker.ld
11 * - include/arch/riscv/pulpino/linker.ld
51 * to generate interrupt tables. See include/linker/intlist.ld.
79 #include <zephyr/linker/rel-sections.ld>
82 #include <zephyr/linker/llext-sections.ld>
107 #include <snippets-rom-start.ld>
122 #include <zephyr/linker/common-rom.ld>
123 #include <zephyr/linker/thread-local-storage.ld>
137 #include <snippets-rodata.ld>
[all …]
/Zephyr-latest/soc/st/stm32/stm32mp1x/
Dlinker.ld1 /* linker.ld - Linker command/script file */
10 #include <zephyr/arch/arm/cortex_m/scripts/linker.ld>
15 #include <zephyr/linker/rel-sections.ld>
18 #include <zephyr/linker/llext-sections.ld>
/Zephyr-latest/soc/nxp/rw/
DCMakeLists.txt19 ROM_START SORT_KEY 0 boot_header.ld)
21 set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTER…
25 zephyr_linker_sources(RODATA firmwares.ld)
27 zephyr_linker_sources(RAM_SECTIONS sections.ld)
/Zephyr-latest/include/zephyr/arch/arm64/scripts/
Dlinker.ld71 /* Used by and documented in include/linker/intlist.ld */
83 #include <zephyr/linker/rel-sections.ld>
86 #include <zephyr/linker/llext-sections.ld>
90 * .plt and .iplt are here according to 'arm-zephyr-elf-ld --verbose',
124 INCLUDE isr_tables_vt.ld
134 #include <zephyr/linker/kobject-text.ld>
170 #include <zephyr/linker/common-rom.ld>
171 #include <snippets-rom-sections.ld>
172 #include <zephyr/linker/thread-local-storage.ld>
188 #include <snippets-rodata.ld>
[all …]
/Zephyr-latest/soc/openisa/rv32m1/
Dlinker.ld8 * - include/arch/arm/cortex_m/scripts/linker.ld
9 * - include/arch/riscv/common/linker.ld
10 * - include/arch/riscv/pulpino/linker.ld
78 * to generate interrupt tables. See include/linker/intlist.ld.
88 #include <zephyr/linker/rel-sections.ld>
91 #include <zephyr/linker/llext-sections.ld>
114 #include <snippets-rom-start.ld>
127 #include <zephyr/linker/common-rom.ld>
131 #include <snippets-rom-sections.ld>
132 #include <zephyr/linker/thread-local-storage.ld>
[all …]
/Zephyr-latest/include/zephyr/arch/x86/intel64/
Dlinker.ld98 #include <zephyr/linker/kobject-text.ld>
107 #include <zephyr/linker/common-rom.ld>
111 #include <snippets-rom-sections.ld>
112 #include <zephyr/linker/thread-local-storage.ld>
121 #include <snippets-rodata.ld>
130 #include <zephyr/linker/kobject-rom.ld>
133 #include <zephyr/linker/cplusplus-rom.ld>
145 #include <app_smem.ld>
156 #include <snippets-ram-sections.ld>
176 #include <zephyr/linker/common-noinit.ld>
[all …]
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dlinker.ld78 #include <zephyr/linker/rel-sections.ld>
81 #include <zephyr/linker/llext-sections.ld>
95 #include <zephyr/arch/x86/ia32/scripts/ish_aon.ld>
102 #include <snippets-rom-start.ld>
188 #include <snippets-rom-start.ld>
206 #include <zephyr/linker/kobject-text.ld>
217 #include <zephyr/linker/common-rom.ld>
221 #include <snippets-rom-sections.ld>
222 #include <zephyr/linker/thread-local-storage.ld>
226 #include <zephyr/arch/x86/ia32/scripts/static_intr.ld>
[all …]
/Zephyr-latest/samples/drivers/lora/receive/
DREADME.rst42 … 68 65 6c 6c 6f 77 6f 72 6c 64 |hellowor ld
45 … 68 65 6c 6c 6f 77 6f 72 6c 64 |hellowor ld
48 … 68 65 6c 6c 6f 77 6f 72 6c 64 |hellowor ld
51 … 68 65 6c 6c 6f 77 6f 72 6c 64 |hellowor ld
55 … 68 65 6c 6c 6f 77 6f 72 6c 64 |hellowor ld
58 … 68 65 6c 6c 6f 77 6f 72 6c 64 |hellowor ld
61 … 68 65 6c 6c 6f 77 6f 72 6c 64 |hellowor ld
64 … 68 65 6c 6c 6f 77 6f 72 6c 64 |hellowor ld
67 … 68 65 6c 6c 6f 77 6f 72 6c 64 |hellowor ld
70 … 68 65 6c 6c 6f 77 6f 72 6c 64 |hellowor ld
[all …]
/Zephyr-latest/arch/common/
DCMakeLists.txt40 # Put functions and data in their own binary sections so that ld can
46 ${ZEPHYR_BASE}/include/zephyr/linker/intlist.ld
51 ${ZEPHYR_BASE}/include/zephyr/linker/isr-local-drop-unused.ld
57 ${ZEPHYR_BASE}/include/zephyr/linker/irq-vector-table-section.ld
71 ramfunc.ld
76 nocache.ld
84 zephyr_linker_sources(ROM_START SORT_KEY ! rom_start_address.ld)
86 # fill_with_zeros.ld file which forces the linker to use 0x00 pattern. Please
88 zephyr_linker_sources(ROM_START SORT_KEY $ fill_with_zeros.ld)
89 zephyr_linker_sources(ROM_START SORT_KEY 0x0 rom_start_offset.ld)
[all …]
/Zephyr-latest/soc/infineon/cat1b/cyw20829/
Dlinker.ld84 /* Used by and documented in include/linker/intlist.ld */
90 #include <bootstrap.ld>
95 #include <zephyr/linker/rel-sections.ld>
98 #include <zephyr/linker/llext-sections.ld>
102 * .plt and .iplt are here according to 'arm-zephyr-elf-ld --verbose',
127 #include <linker_relocate.ld>
135 #include <zephyr/linker/kobject-text.ld>
143 * These are here according to 'arm-zephyr-elf-ld --verbose',
180 #include <zephyr/linker/common-rom.ld>
181 #include <zephyr/linker/thread-local-storage.ld>
[all …]

12345678910>>...19