Lines Matching refs:text

220   .WindowVectors.text : ALIGN(4)
223 KEEP (*(.WindowVectors.text))
234 .Level2InterruptVector.text : ALIGN(4)
237 KEEP (*(.Level2InterruptVector.text))
248 .Level3InterruptVector.text : ALIGN(4)
251 KEEP (*(.Level3InterruptVector.text))
262 .Level4InterruptVector.text : ALIGN(4)
265 KEEP (*(.Level4InterruptVector.text))
276 .Level5InterruptVector.text : ALIGN(4)
279 KEEP (*(.Level5InterruptVector.text))
290 .DebugExceptionVector.text : ALIGN(4)
293 KEEP (*(.DebugExceptionVector.text))
304 .NMIExceptionVector.text : ALIGN(4)
307 KEEP (*(.NMIExceptionVector.text))
318 .KernelExceptionVector.text : ALIGN(4)
321 KEEP (*(.KernelExceptionVector.text))
332 .UserExceptionVector.text : ALIGN(4)
335 KEEP (*(.UserExceptionVector.text))
346 .DoubleExceptionVector.text : ALIGN(4)
349 KEEP (*(.DoubleExceptionVector.text))
354 *##library##:##obj_file##(.literal.##func .text.##func) \
360 * and the beginning of .text. We can put exception handling
364 *libarch__xtensa__core.a:xtensa_asm2_util.S.obj(.literal .text)
365 *libarch__xtensa__core.a:xtensa_asm2_util.S.obj(.iram.text .iram0.text)
367 *libarch__xtensa__core.a:window_vectors.S.obj(.iram.text)
369 *libarch__xtensa__core.a:crt1.S.obj(.literal .text)
375 *(.literal.arch_is_in_isr .text.arch_is_in_isr)
396 *(.literal.z_vrfy_* .text.z_vrfy_*)
397 *(.literal.z_mrsh_* .text.z_mrsh_*)
398 *(.literal.z_impl_* .text.z_impl_*)
399 *(.literal.z_obj_* .text.z_obj_*)
401 *(.literal.k_sys_fatal_error_handler .text.k_sys_fatal_error_handler)
409 .ResetVector.text : ALIGN(4)
413 KEEP (*(.ResetVector.text))
417 .text : HDR_MPU_SEGMENT_SIZE_ALIGN
423 *(.entry.text)
425 *(.iram0.literal .iram.literal .iram.text.literal .iram0.text .iram.text)
428 …*(.literal .text .literal.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.l…
433 #include <zephyr/linker/kobject-text.ld>