Lines Matching refs:text

82   .text :
91 SECTION_VECTOR (.WindowVectors.text, WINDOW_VECTORS_VADDR) argument
93 SECTION_VECTOR (.Level2InterruptVector.text, INTLEVEL2_VECTOR_VADDR)
96 SECTION_VECTOR (.Level3InterruptVector.text, INTLEVEL3_VECTOR_VADDR)
99 SECTION_VECTOR (.Level4InterruptVector.text, INTLEVEL4_VECTOR_VADDR)
102 SECTION_VECTOR (.Level5InterruptVector.text, INTLEVEL5_VECTOR_VADDR)
105 SECTION_VECTOR (.Level6InterruptVector.text, INTLEVEL6_VECTOR_VADDR)
107 SECTION_VECTOR (.DebugInterruptVector.text, DEBUG_VECTOR_VADDR)
108 SECTION_VECTOR (.KernelExceptionVector.text, KERNEL_VECTOR_VADDR)
109 SECTION_VECTOR (.UserExceptionVector.text, USER_VECTOR_VADDR)
110 SECTION_VECTOR (.DoubleExceptionVector.text, DOUBLEEXC_VECTOR_VADDR)
159 .WindowVectors.text);
162 .Level2InterruptVector.text);
166 .Level3InterruptVector.text);
170 .Level4InterruptVector.text);
174 .Level5InterruptVector.text);
178 .Level6InterruptVector.text);
181 .KernelExceptionVector.text);
183 .UserExceptionVector.text);
185 .DoubleExceptionVector.text);
187 .DebugInterruptVector.text);
191 .SecondaryResetVector.text);
215 .WindowVectors.text,
219 .DebugInterruptVector.text,
221 .WindowVectors.text)
223 #define LAST .DebugInterruptVector.text
226 .Level2InterruptVector.text,
230 # define LAST .Level2InterruptVector.text
234 .Level3InterruptVector.text,
238 # define LAST .Level3InterruptVector.text
242 .Level4InterruptVector.text,
246 # define LAST .Level4InterruptVector.text
250 .Level5InterruptVector.text,
254 # define LAST .Level5InterruptVector.text
258 .Level6InterruptVector.text,
262 # define LAST .Level6InterruptVector.text
265 .KernelExceptionVector.text,
270 .UserExceptionVector.text,
272 .KernelExceptionVector.text)
274 .DoubleExceptionVector.text,
276 .UserExceptionVector.text)
278 . = (LOADADDR( .DoubleExceptionVector.text ) + SIZEOF( .DoubleExceptionVector.text ) + 3) & ~ 3;
284 .SecondaryResetVector.text,
286 .DoubleExceptionVector.text)
288 . = LOADADDR(.SecondaryResetVector.text)+SIZEOF(.SecondaryResetVector.text);