Lines Matching refs:code
38 /* The startup code goes first into FLASH */
42 KEEP(*(.isr_vector)) /* Startup code */
46 /* The program code and other data goes into FLASH */
50 *(.text) /* .text sections (code) */
51 *(.text*) /* .text* sections (code) */
54 *(.glue_7) /* glue arm to thumb code */
55 *(.glue_7t) /* glue thumb to arm code */
61 _etext = .; /* define a global symbols at end of code */
98 /* Initialized data sections goes into RAM, load LMA copy after code */
137 /* MEMORY_bank1 section, code must be located here explicitly */
141 *(.mb1text) /* .mb1text sections (code) */
142 *(.mb1text*) /* .mb1text* sections (code) */