Lines Matching refs:ALIGN
180 .ResetVector.text : ALIGN(4)
187 .ResetVector.literal : ALIGN(4)
194 .WindowVectors.text : ALIGN(4)
201 .Level2InterruptVector.literal : ALIGN(4)
208 .Level2InterruptVector.text : ALIGN(4)
215 .Level3InterruptVector.literal : ALIGN(4)
222 .Level3InterruptVector.text : ALIGN(4)
229 .DebugExceptionVector.literal : ALIGN(4)
236 .DebugExceptionVector.text : ALIGN(4)
243 .NMIExceptionVector.literal : ALIGN(4)
250 .NMIExceptionVector.text : ALIGN(4)
257 .KernelExceptionVector.literal : ALIGN(4)
264 .KernelExceptionVector.text : ALIGN(4)
271 .UserExceptionVector.literal : ALIGN(4)
278 .UserExceptionVector.text : ALIGN(4)
285 .DoubleExceptionVector.literal : ALIGN(4)
292 .DoubleExceptionVector.text : ALIGN(4)
299 .iram.text : ALIGN(4)
307 .rodata : ALIGN(4)
335 . = ALIGN(4);
343 .module_init : ALIGN(4)
350 .text : ALIGN(4)
373 .fw_ready : ALIGN(4)
379 .noinit : ALIGN(4)
385 .data : ALIGN(4)
403 . = ALIGN(4);
406 . = ALIGN(4096);
409 .lit4 : ALIGN(4)
420 .bss (NOLOAD) : ALIGN(8)
422 . = ALIGN (8);
437 . = ALIGN (8);
441 .heap_mem (NOLOAD) : ALIGN(8)
443 . = ALIGN (8);
450 _end = ALIGN (8);
451 PROVIDE(end = ALIGN (8));
518 .static_uuid_entries (COPY) : ALIGN(1024)
523 .static_log_entries (COPY) : ALIGN(1024)
528 .fw_metadata (COPY) : ALIGN(1024)
531 . = ALIGN(_EXT_MAN_ALIGN_);