Lines Matching refs:code
29 ** 1. Redistributions of source code must retain the above copyright notice,
72 /* The startup code goes first into FLASH */
76 KEEP(*(.isr_vector)) /* Startup code */
80 /* The program code and other data goes into FLASH */
84 *(.text) /* .text sections (code) */
85 *(.text*) /* .text* sections (code) */
86 *(.glue_7) /* glue arm to thumb code */
87 *(.glue_7t) /* glue thumb to arm code */
94 _etext = .; /* define a global symbols at end of code */
137 /* Initialized data sections goes into RAM, load LMA copy after code */
155 * the startup code needs to be modified to copy the init-values.