Lines Matching refs:ALIGN
191 .ResetVector.text : ALIGN(4)
198 .ResetVector.literal : ALIGN(4)
205 .WindowVectors.text : ALIGN(4)
212 .Level2InterruptVector.literal : ALIGN(4)
219 .Level2InterruptVector.text : ALIGN(4)
226 .Level3InterruptVector.literal : ALIGN(4)
233 .Level3InterruptVector.text : ALIGN(4)
240 .Level4InterruptVector.literal : ALIGN(4)
247 .Level4InterruptVector.text : ALIGN(4)
254 .Level5InterruptVector.literal : ALIGN(4)
261 .Level5InterruptVector.text : ALIGN(4)
268 .DebugExceptionVector.literal : ALIGN(4)
275 .DebugExceptionVector.text : ALIGN(4)
282 .NMIExceptionVector.literal : ALIGN(4)
289 .NMIExceptionVector.text : ALIGN(4)
296 .KernelExceptionVector.literal : ALIGN(4)
303 .KernelExceptionVector.text : ALIGN(4)
310 .UserExceptionVector.literal : ALIGN(4)
317 .UserExceptionVector.text : ALIGN(4)
324 .DoubleExceptionVector.literal : ALIGN(4)
331 .DoubleExceptionVector.text : ALIGN(4)
338 .iram.text : ALIGN(4)
351 .text : ALIGN(4)
369 .rodata : ALIGN(4)
399 . = ALIGN(4); /* this table MUST be 4-byte aligned */
407 .module_init : ALIGN(4)
419 .fw_ready : ALIGN(4)
424 .noinit : ALIGN(4)
431 .data : ALIGN(4)
450 . = ALIGN(4);
453 . = ALIGN(4096);
457 .lit4 : ALIGN(4)
473 .bss (NOLOAD) : ALIGN(8)
475 . = ALIGN (8);
490 . = ALIGN (8);
494 .heap_mem (NOLOAD) : ALIGN(8)
496 . = ALIGN (8);
503 _end = ALIGN (8);
504 PROVIDE(end = ALIGN (8));
575 .static_uuid_entries (COPY) : ALIGN(1024)
580 .static_log_entries (COPY) : ALIGN(1024)
585 .fw_metadata (COPY) : ALIGN(1024)
588 . = ALIGN(_EXT_MAN_ALIGN_);