Lines Matching refs:text
18 .rtc.text :
23 *(.rtc.entry.text)
27 *rtc_wake_stub*.*(.literal .text .literal.* .text.*)
157 KEEP(*(.WindowVectors.text));
159 KEEP(*(.Level2InterruptVector.text));
161 KEEP(*(.Level3InterruptVector.text));
163 KEEP(*(.Level4InterruptVector.text));
165 KEEP(*(.Level5InterruptVector.text));
167 KEEP(*(.DebugExceptionVector.text));
169 KEEP(*(.NMIExceptionVector.text));
171 KEEP(*(.KernelExceptionVector.text));
173 KEEP(*(.UserExceptionVector.text));
175 KEEP(*(.DoubleExceptionVector.text));
181 *(.UserEnter.text);
183 *(.entry.text)
189 .iram0.text :
199 * This section is required to skip .iram0.text area because iram0_0_seg and
265 .flash.text :
268 …_instruction_reserved_start = ABSOLUTE(.); /* This is a symbol marking the flash.text start, this…
274 *(.irom0.text) /* catch stray ICACHE_RODATA_ATTR */
287 …_instruction_reserved_end = ABSOLUTE(.); /* This is a symbol marking the flash.text end, this can…
293 * the flash.text segment.
299 * This dummy section represents the .flash.text section but in default_rodata_seg.
305 /* Start at the same alignment constraint than .flash.text */
306 . = ALIGN(ALIGNOF(.flash.text));
307 /* Create an empty gap as big as .flash.text section */
308 . = . + SIZEOF(.flash.text);
334 *(.irom1.text) /* catch stray ICACHE_RODATA_ATTR */