Lines Matching refs:text

83   /* .text section */
88 .text :
98 SECTION_VECTOR2 (.WindowVectors.text, WINDOW_VECTORS_VADDR)
101 SECTION_VECTOR2 (.Level2InterruptVector.text, INTLEVEL2_VECTOR_VADDR)
104 SECTION_VECTOR2 (.Level3InterruptVector.text, INTLEVEL3_VECTOR_VADDR)
107 SECTION_VECTOR2 (.Level4InterruptVector.text, INTLEVEL4_VECTOR_VADDR)
110 SECTION_VECTOR2 (.Level5InterruptVector.text, INTLEVEL5_VECTOR_VADDR)
113 SECTION_VECTOR2 (.Level6InterruptVector.text, INTLEVEL6_VECTOR_VADDR)
115 SECTION_VECTOR2 (.DebugInterruptVector.text, DEBUG_VECTOR_VADDR)
116 SECTION_VECTOR2 (.KernelExceptionVector.text, KERNEL_VECTOR_VADDR)
117 SECTION_VECTOR2 (.UserExceptionVector.text, USER_VECTOR_VADDR)
118 SECTION_VECTOR2 (.DoubleExceptionVector.text, DOUBLEEXC_VECTOR_VADDR)
120 *(.exception.text)
173 .WindowVectors.text);
177 .Level2InterruptVector.text);
181 .Level3InterruptVector.text);
185 .Level4InterruptVector.text);
189 .Level5InterruptVector.text);
193 .Level6InterruptVector.text);
196 .KernelExceptionVector.text);
198 .UserExceptionVector.text);
200 .DoubleExceptionVector.text);
202 .DebugInterruptVector.text);
204 .exception.text);
215 .SecondaryResetVector.text);
241 .WindowVectors.text,
245 #define LAST .WindowVectors.text
248 .DebugInterruptVector.text,
252 #define LAST .DebugInterruptVector.text
255 .Level2InterruptVector.text,
259 # define LAST .Level2InterruptVector.text
263 .Level3InterruptVector.text,
267 # define LAST .Level3InterruptVector.text
271 .Level4InterruptVector.text,
275 # define LAST .Level4InterruptVector.text
279 .Level5InterruptVector.text,
283 # define LAST .Level5InterruptVector.text
287 .Level6InterruptVector.text,
291 # define LAST .Level6InterruptVector.text
294 .KernelExceptionVector.text,
299 .UserExceptionVector.text,
301 .KernelExceptionVector.text)
303 .DoubleExceptionVector.text,
305 .UserExceptionVector.text)
306 #define LAST .DoubleExceptionVector.text
312 .SecondaryResetVector.text,
316 #define LAST .SecondaryResetVector.text
321 .exception.text,
325 #define LAST .exception.text