Lines Matching refs:ALIGN
141 .ResetVector.text : ALIGN(4)
148 .ResetVector.literal : ALIGN(4)
155 .WindowVectors.text : ALIGN(4)
162 .Level2InterruptVector.literal : ALIGN(4)
169 .Level2InterruptVector.text : ALIGN(4)
176 .Level3InterruptVector.literal : ALIGN(4)
183 .Level3InterruptVector.text : ALIGN(4)
190 .DebugExceptionVector.literal : ALIGN(4)
197 .DebugExceptionVector.text : ALIGN(4)
204 .NMIExceptionVector.literal : ALIGN(4)
211 .NMIExceptionVector.text : ALIGN(4)
218 .KernelExceptionVector.literal : ALIGN(4)
225 .KernelExceptionVector.text : ALIGN(4)
232 .UserExceptionVector.literal : ALIGN(4)
239 .UserExceptionVector.text : ALIGN(4)
246 .DoubleExceptionVector.literal : ALIGN(4)
253 .DoubleExceptionVector.text : ALIGN(4)
260 .iram.text : ALIGN(4)
268 .rodata : ALIGN(4)
296 . = ALIGN(4);
304 .module_init : ALIGN(4)
311 .text : ALIGN(4)
334 .fw_ready : ALIGN(4)
340 .data : ALIGN(4)
358 . = ALIGN(4);
361 . = ALIGN(4096);
364 .lit4 : ALIGN(4)
375 .bss (NOLOAD) : ALIGN(8)
377 . = ALIGN (8);
392 . = ALIGN (8);
396 .noinit (NOLOAD) : ALIGN(4)
402 .heap_mem (NOLOAD) : ALIGN(8)
404 . = ALIGN (8);
412 _end = ALIGN (8);