Lines Matching refs:ALIGN
187 .ResetVector.text : ALIGN(4)
194 .ResetVector.literal : ALIGN(4)
201 .WindowVectors.text : ALIGN(4)
208 .Level2InterruptVector.literal : ALIGN(4)
215 .Level2InterruptVector.text : ALIGN(4)
222 .Level3InterruptVector.literal : ALIGN(4)
229 .Level3InterruptVector.text : ALIGN(4)
236 .DebugExceptionVector.literal : ALIGN(4)
243 .DebugExceptionVector.text : ALIGN(4)
250 .NMIExceptionVector.literal : ALIGN(4)
257 .NMIExceptionVector.text : ALIGN(4)
264 .KernelExceptionVector.literal : ALIGN(4)
271 .KernelExceptionVector.text : ALIGN(4)
278 .UserExceptionVector.literal : ALIGN(4)
285 .UserExceptionVector.text : ALIGN(4)
292 .DoubleExceptionVector.literal : ALIGN(4)
299 .DoubleExceptionVector.text : ALIGN(4)
306 .iram.text : ALIGN(4)
314 .rodata : ALIGN(4)
342 . = ALIGN(4);
350 .module_init : ALIGN(4)
357 .text : ALIGN(4)
380 .fw_ready : ALIGN(4)
386 .noinit : ALIGN(4)
392 .data : ALIGN(4)
410 . = ALIGN(4);
413 . = ALIGN(4096);
416 .lit4 : ALIGN(4)
427 .bss (NOLOAD) : ALIGN(8)
429 . = ALIGN (8);
444 . = ALIGN (8);
448 .heap_mem (NOLOAD) : ALIGN(8)
450 . = ALIGN (8);
457 _end = ALIGN (8);
458 PROVIDE(end = ALIGN (8));
525 .static_uuid_entries (COPY) : ALIGN(1024)
530 .static_log_entries (COPY) : ALIGN(1024)
535 .fw_metadata (COPY) : ALIGN(1024)
538 . = ALIGN(_EXT_MAN_ALIGN_);