Lines Matching +full:output +full:- +full:only
2 * Copyright (c) 2013-2014, Wind River Systems, Inc.
4 * SPDX-License-Identifier: Apache-2.0
22 #define OUTPUT_FORMAT_ "elf32-bigarm"
24 #define OUTPUT_FORMAT_ "elf32-littlearm"
28 OUTPUT_FORMAT("elf64-littleaarch64")
31 OUTPUT_FORMAT("elf64-littlearc64")
33 OUTPUT_FORMAT("elf32-littlearc64")
35 OUTPUT_FORMAT("elf32-littlearc", "elf32-bigarc", "elf32-littlearc")
39 OUTPUT_FORMAT("elf64-x86-64")
40 OUTPUT_ARCH("i386:x86-64")
42 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
46 OUTPUT_FORMAT("elf32-littlenios2", "elf32-bignios2", "elf32-littlenios2")
50 OUTPUT_FORMAT("elf64-littleriscv")
52 OUTPUT_FORMAT("elf32-littleriscv")
61 OUTPUT_FORMAT("elf32-sparc")
99 * Route memory for a read-only section
102 * description and tells the linker that this a read-only section
111 * @param vregion Output VMA (only used if CONFIG_MMU where LMA != VMA)
112 * @param lregion Output LMA
125 * Route memory for read-write sections that are loaded.
130 * @param vregion Output VMA
131 * @param lregion Output LMA (only used if CONFIG_MMU if VMA != LMA,
145 * Route memory for read-write sections that are NOT loaded; typically this
146 * is only used for 'BSS' and 'noinit'.
148 * @param vregion Output VMA
149 * @param lregion Output LMA (only used if CONFIG_MMU if VMA != LMA,
170 * @param name Name of the output section
191 * GROUP_DATA_LINK_IN to specify the correct output load address.
193 * This is equivalent to SECTION_PROLOGUE() on non-XIP systems.
196 * @param name Name of the output section