Lines Matching full:text
83 /* .text section */
88 .text :
98 SECTION_VECTOR2 (.WindowVectors.text, WINDOW_VECTORS_VADDR) argument
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);
212 .SecondaryResetVector.text);
238 .WindowVectors.text,
242 #define LAST .WindowVectors.text
245 .DebugInterruptVector.text,
249 #define LAST .DebugInterruptVector.text
252 .Level2InterruptVector.text,
256 # define LAST .Level2InterruptVector.text
260 .Level3InterruptVector.text,
264 # define LAST .Level3InterruptVector.text
268 .Level4InterruptVector.text,
272 # define LAST .Level4InterruptVector.text
276 .Level5InterruptVector.text,
280 # define LAST .Level5InterruptVector.text
284 .Level6InterruptVector.text,
288 # define LAST .Level6InterruptVector.text
291 .KernelExceptionVector.text,
296 .UserExceptionVector.text,
298 .KernelExceptionVector.text)
300 .DoubleExceptionVector.text,
302 .UserExceptionVector.text)
303 #define LAST .DoubleExceptionVector.text
309 .SecondaryResetVector.text,
313 #define LAST .SecondaryResetVector.text
318 .exception.text,
322 #define LAST .exception.text