Lines Matching refs:ALIGN
186 .ResetVector.text : ALIGN(4)
193 .ResetVector.literal : ALIGN(4)
200 .WindowVectors.text : ALIGN(4)
207 .Level2InterruptVector.literal : ALIGN(4)
214 .Level2InterruptVector.text : ALIGN(4)
221 .Level3InterruptVector.literal : ALIGN(4)
228 .Level3InterruptVector.text : ALIGN(4)
235 .DebugExceptionVector.literal : ALIGN(4)
242 .DebugExceptionVector.text : ALIGN(4)
249 .NMIExceptionVector.literal : ALIGN(4)
256 .NMIExceptionVector.text : ALIGN(4)
263 .KernelExceptionVector.literal : ALIGN(4)
270 .KernelExceptionVector.text : ALIGN(4)
277 .UserExceptionVector.literal : ALIGN(4)
284 .UserExceptionVector.text : ALIGN(4)
291 .DoubleExceptionVector.literal : ALIGN(4)
298 .DoubleExceptionVector.text : ALIGN(4)
305 .iram.text : ALIGN(4)
313 .rodata : ALIGN(4)
341 . = ALIGN(4);
349 .module_init : ALIGN(4)
356 .text : ALIGN(4)
379 .fw_ready : ALIGN(4)
385 .noinit : ALIGN(4)
391 .data : ALIGN(4)
409 . = ALIGN(4);
412 . = ALIGN(4096);
415 .lit4 : ALIGN(4)
426 .bss (NOLOAD) : ALIGN(8)
428 . = ALIGN (8);
443 . = ALIGN (8);
447 .heap_mem (NOLOAD) : ALIGN(8)
449 . = ALIGN (8);
456 _end = ALIGN (8);
457 PROVIDE(end = ALIGN (8));
524 .static_uuid_entries (COPY) : ALIGN(1024)
529 .static_log_entries (COPY) : ALIGN(1024)
534 .fw_metadata (COPY) : ALIGN(1024)
537 . = ALIGN(_EXT_MAN_ALIGN_);