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);
172 .SecondaryResetVector.text);
195 .WindowVectors.text,
201 SIZEOF(.WindowVectors.text),
202 .WindowVectors.text)
204 .DebugInterruptVector.text,
209 #define LAST .DebugInterruptVector.text
212 .Level2InterruptVector.text,
216 # define LAST .Level2InterruptVector.text
220 .Level3InterruptVector.text,
224 # define LAST .Level3InterruptVector.text
228 .Level4InterruptVector.text,
232 # define LAST .Level4InterruptVector.text
236 .Level5InterruptVector.text,
240 # define LAST .Level5InterruptVector.text
244 .Level6InterruptVector.text,
248 # define LAST .Level6InterruptVector.text
256 .KernelExceptionVector.text,
263 SIZEOF(.KernelExceptionVector.text),
264 .KernelExceptionVector.text)
266 .UserExceptionVector.text,
273 SIZEOF(.UserExceptionVector.text),
274 .UserExceptionVector.text)
276 .DoubleExceptionVector.text,
281 . = (LOADADDR( .DoubleExceptionVector.text ) + SIZEOF( .DoubleExceptionVector.text ) + 3) & ~ 3;
288 SIZEOF(.DoubleExceptionVector.text),
289 .DoubleExceptionVector.text)
292 .SecondaryResetVector.text,
297 . = LOADADDR(.SecondaryResetVector.text)+SIZEOF(.SecondaryResetVector.text);
312 .bootstrap : { *(.bootstrap.literal .bootstrap.text .bootstrap.data) }
314 .ResetVector.text RESET_VECTOR_VADDR :
316 *(.ResetVector.text)