Lines Matching refs:ALIGN
188 .dram1.rodata : ALIGN(4)
195 .dram1.literal : ALIGN(4)
202 .dram1.data : ALIGN(4)
209 .dram1.bss (NOLOAD) : ALIGN(8)
211 . = ALIGN (8);
214 . = ALIGN (8);
216 _memmap_seg_dram1_0_end = ALIGN(0x8);
219 .dram0.rodata : ALIGN(4)
226 .dram0.literal : ALIGN(4)
233 .dram0.data : ALIGN(4)
240 .dram0.bss (NOLOAD) : ALIGN(8)
242 . = ALIGN (8);
245 . = ALIGN (8);
247 _memmap_seg_dram0_0_end = ALIGN(0x8);
250 .WindowVectors.text : ALIGN(4)
255 _memmap_seg_iram0_0_end = ALIGN(0x8);
258 .Level2InterruptVector.literal : ALIGN(4)
263 _memmap_seg_iram0_1_end = ALIGN(0x8);
266 .Level2InterruptVector.text : ALIGN(4)
271 _memmap_seg_iram0_2_end = ALIGN(0x8);
274 .Level3InterruptVector.literal : ALIGN(4)
279 _memmap_seg_iram0_3_end = ALIGN(0x8);
282 .Level3InterruptVector.text : ALIGN(4)
287 _memmap_seg_iram0_4_end = ALIGN(0x8);
290 .Level4InterruptVector.literal : ALIGN(4)
295 _memmap_seg_iram0_5_end = ALIGN(0x8);
298 .Level4InterruptVector.text : ALIGN(4)
303 _memmap_seg_iram0_6_end = ALIGN(0x8);
306 .Level5InterruptVector.literal : ALIGN(4)
311 _memmap_seg_iram0_7_end = ALIGN(0x8);
314 .Level5InterruptVector.text : ALIGN(4)
319 _memmap_seg_iram0_8_end = ALIGN(0x8);
322 .DebugExceptionVector.literal : ALIGN(4)
327 _memmap_seg_iram0_9_end = ALIGN(0x8);
330 .DebugExceptionVector.text : ALIGN(4)
335 _memmap_seg_iram0_10_end = ALIGN(0x8);
338 .NMIExceptionVector.literal : ALIGN(4)
343 _memmap_seg_iram0_11_end = ALIGN(0x8);
346 .NMIExceptionVector.text : ALIGN(4)
351 _memmap_seg_iram0_12_end = ALIGN(0x8);
354 .KernelExceptionVector.literal : ALIGN(4)
359 _memmap_seg_iram0_13_end = ALIGN(0x8);
362 .KernelExceptionVector.text : ALIGN(4)
367 _memmap_seg_iram0_14_end = ALIGN(0x8);
370 .UserExceptionVector.literal : ALIGN(4)
375 _memmap_seg_iram0_15_end = ALIGN(0x8);
378 .UserExceptionVector.text : ALIGN(4)
383 _memmap_seg_iram0_16_end = ALIGN(0x8);
386 .DoubleExceptionVector.literal : ALIGN(4)
391 _memmap_seg_iram0_17_end = ALIGN(0x8);
394 .DoubleExceptionVector.text : ALIGN(4)
399 _memmap_seg_iram0_18_end = ALIGN(0x8);
402 .iram0.text : ALIGN(4)
407 _memmap_seg_iram0_19_end = ALIGN(0x8);
410 .ResetVector.text : ALIGN(4)
416 _memmap_seg_srom0_end = ALIGN(0x8);
423 .srom.rodata : ALIGN(4)
430 .srom.text : ALIGN(4)
435 _memmap_seg_srom1_end = ALIGN(0x8);
439 .sram.rodata : ALIGN(4)
453 .rodata : ALIGN(4)
461 . = ALIGN(4);
463 . = ALIGN(4);
488 . = ALIGN(4); /* this table MUST be 4-byte aligned */
500 .sram.text : ALIGN(4)
507 __text_region_start = ALIGN(4);
508 .text : ALIGN(4)
524 .sram.data : ALIGN(4)
531 .noinit : ALIGN(4)
539 .data : ALIGN(4)
555 . = ALIGN(4);
557 . = ALIGN(4);
562 . = ALIGN(4);
578 .bss (NOLOAD) : ALIGN(8)
580 . = ALIGN (8);
599 . = ALIGN (8);
601 _end = ALIGN(0x8);
603 PROVIDE(end = ALIGN(0x8));
604 _stack_sentry = ALIGN(0x8);
605 _memmap_seg_sram0_end = ALIGN(0x8);