Lines Matching refs:text
88 .text :
94 *(.sched.literal .sched.text)
97 *(.spinlock.literal .spinlock.text)
137 .WindowVectors.text);
140 .Level2InterruptVector.text);
144 .Level3InterruptVector.text);
148 .Level4InterruptVector.text);
152 .Level5InterruptVector.text);
156 .Level6InterruptVector.text);
159 .KernelExceptionVector.text);
161 .UserExceptionVector.text);
165 .DoubleExceptionVector.text);
167 .DebugInterruptVector.text);
170 .SecondaryResetVector.text);
193 .WindowVectors.text,
199 SIZEOF(.WindowVectors.text),
200 .WindowVectors.text)
202 .DebugInterruptVector.text,
207 #define LAST .DebugInterruptVector.text
210 .Level2InterruptVector.text,
214 # define LAST .Level2InterruptVector.text
218 .Level3InterruptVector.text,
222 # define LAST .Level3InterruptVector.text
226 .Level4InterruptVector.text,
230 # define LAST .Level4InterruptVector.text
234 .Level5InterruptVector.text,
238 # define LAST .Level5InterruptVector.text
242 .Level6InterruptVector.text,
246 # define LAST .Level6InterruptVector.text
254 .KernelExceptionVector.text,
261 SIZEOF(.KernelExceptionVector.text),
262 .KernelExceptionVector.text)
264 .UserExceptionVector.text,
271 SIZEOF(.UserExceptionVector.text),
272 .UserExceptionVector.text)
274 .DoubleExceptionVector.text,
279 . = (LOADADDR( .DoubleExceptionVector.text ) + SIZEOF( .DoubleExceptionVector.text ) + 3) & ~ 3;
284 .SecondaryResetVector.text,
286 SIZEOF(.DoubleExceptionVector.text),
287 .DoubleExceptionVector.text)
289 . = LOADADDR(.SecondaryResetVector.text)+SIZEOF(.SecondaryResetVector.text);