Lines Matching refs:ld
38 # Put functions and data in their own binary sections so that ld can
44 ${ZEPHYR_BASE}/include/zephyr/linker/intlist.ld
49 ${ZEPHYR_BASE}/include/zephyr/linker/isr-local-drop-unused.ld
55 ${ZEPHYR_BASE}/include/zephyr/linker/irq-vector-table-section.ld
78 ramfunc.ld
83 nocache.ld
90 zephyr_linker_sources(ROM_START SORT_KEY ! rom_start_address.ld)
92 # fill_with_zeros.ld file which forces the linker to use 0x00 pattern. Please
94 zephyr_linker_sources(ROM_START SORT_KEY $ fill_with_zeros.ld)
95 zephyr_linker_sources(ROM_START SORT_KEY 0x0 rom_start_offset.ld)
96 # Handled in ld.cmake