Lines Matching +full:- +full:- +full:user
22 * Copyright 2016-2019 Cypress Semiconductor Corporation
23 * SPDX-License-Identifier: Apache-2.0
29 * http://www.apache.org/licenses/LICENSE-2.0
39 OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")
41 GROUP(-lgcc -lc -lnosys)
53 * EXTERN multiple times. This command has the same effect as the -u command-line
81 …_user_data (rx) : ORIGIN = 0x16000800, LENGTH = 0x800 /* Supervisory flash: User data */
129 /* Cortex-M4 application flash area */
137 __Vectors_Size = __Vectors_End - __Vectors;
160 /* Read-only code (constants). */
192 LONG (__Vectors_End - __Vectors) /* Size */
197 LONG (__data_end__ - __data_start__) /* Size */
211 LONG (__bss_end__ - __bss_start__)
302 . = ORIGIN(ram) + LENGTH(ram) - STACK_SIZE;
319 __StackLimit = __StackTop - SIZEOF(.stack_dummy);
328 .cy_app_signature ORIGIN(flash) + LENGTH(flash) - 256 :
341 /* Supervisory Flash: User data */