Lines Matching refs:text
14 .rtc.text :
20 *rtc_wake_stub*.*(.literal .text .literal.* .text.*)
25 This section is required to skip rtc.text area because rtc_iram_seg and
32 . = SIZEOF(.rtc.text); argument
175 KEEP(*(.WindowVectors.text));
177 KEEP(*(.Level2InterruptVector.text));
179 KEEP(*(.Level3InterruptVector.text));
181 KEEP(*(.Level4InterruptVector.text));
183 KEEP(*(.Level5InterruptVector.text));
185 KEEP(*(.DebugExceptionVector.text));
187 KEEP(*(.NMIExceptionVector.text));
189 KEEP(*(.KernelExceptionVector.text));
191 KEEP(*(.UserExceptionVector.text));
193 KEEP(*(.DoubleExceptionVector.text));
199 *(.UserEnter.text);
201 *(.entry.text)
208 .iram0.text :
307 *(.irom1.text) /* catch stray ICACHE_RODATA_ATTR */
382 .flash.text :
385 …_instruction_reserved_start = ABSOLUTE(.); /* This is a symbol marking the flash.text start, this…
391 *(.irom0.text) /* catch stray ICACHE_RODATA_ATTR */
404 …_instruction_reserved_end = ABSOLUTE(.); /* This is a symbol marking the flash.text end, this can…
409 the flash.text segment.