Lines Matching +full:- +full:o
2 ; * Copyright (c) 2009-2023 Arm Limited
8 ; * http://www.apache.org/licenses/LICENSE-2.0
18 /* This file will be run trough the pre-processor. */
75 __Vectors_Size = __Vectors_End - __Vectors;
85 *crtbegin.o(.ctors)
86 *crtbegin?.o(.ctors)
87 *(EXCLUDE_FILE(*crtend?.o *crtend.o) .ctors)
92 *crtbegin.o(.dtors)
93 *crtbegin?.o(.dtors)
94 *(EXCLUDE_FILE(*crtend?.o *crtend.o) .dtors)
106 * this region as Non-Secure Callable. The maximum size of this executable
119 …Image$$ER_CODE_CMSE_VENEER$$Length = Image$$ER_CODE_CMSE_VENEER$$Limit - Image$$ER_CODE_CMSE_VENEE…
144 LONG ((__data_end__ - __data_start__) / 4)
147 LONG (DEFINED(__data2_start__) ? ((__data2_end__ - __data2_start__) / 4) : 0)
158 LONG ((__bss_end__ - __bss_start__) / 4)
160 LONG (DEFINED(__bss2_start__) ? ((__bss2_end__ - __bss2_start__) / 4) : 0)
209 bss_size = __bss_end__ - __bss_start__;
215 . += __stack_size__ - 0x8;