Lines Matching refs:ALIGN

26 #define MPU_SEGMENT_SIZE_ALIGN . = ALIGN(XCHAL_MPU_ALIGN);
27 #define HDR_MPU_SEGMENT_SIZE_ALIGN ALIGN(XCHAL_MPU_ALIGN)
28 #define HDR_4K_OR_MPU_SEGMENT_SIZE_ALIGN ALIGN(XCHAL_MPU_ALIGN)
31 #define MPU_SEGMENT_SIZE_ALIGN . = ALIGN(4);
32 #define HDR_MPU_SEGMENT_SIZE_ALIGN ALIGN(4)
33 #define HDR_4K_OR_MPU_SEGMENT_SIZE_ALIGN ALIGN(4096)
158 .dram1.rodata : ALIGN(4)
165 .dram1.literal : ALIGN(4)
172 .dram1.data : ALIGN(4)
179 .dram1.bss (NOLOAD) : ALIGN(8)
181 . = ALIGN (8);
184 . = ALIGN (8);
186 _memmap_seg_dram1_0_end = ALIGN(0x8);
189 .dram0.rodata : ALIGN(4)
196 .dram0.literal : ALIGN(4)
203 .dram0.data : ALIGN(4)
210 .dram0.bss (NOLOAD) : ALIGN(8)
212 . = ALIGN (8);
215 . = ALIGN (8);
217 _memmap_seg_dram0_0_end = ALIGN(0x8);
220 .WindowVectors.text : ALIGN(4)
227 .Level2InterruptVector.literal : ALIGN(4)
234 .Level2InterruptVector.text : ALIGN(4)
241 .Level3InterruptVector.literal : ALIGN(4)
248 .Level3InterruptVector.text : ALIGN(4)
255 .Level4InterruptVector.literal : ALIGN(4)
262 .Level4InterruptVector.text : ALIGN(4)
269 .Level5InterruptVector.literal : ALIGN(4)
276 .Level5InterruptVector.text : ALIGN(4)
283 .DebugExceptionVector.literal : ALIGN(4)
290 .DebugExceptionVector.text : ALIGN(4)
297 .NMIExceptionVector.literal : ALIGN(4)
304 .NMIExceptionVector.text : ALIGN(4)
311 .KernelExceptionVector.literal : ALIGN(4)
318 .KernelExceptionVector.text : ALIGN(4)
325 .UserExceptionVector.literal : ALIGN(4)
332 .UserExceptionVector.text : ALIGN(4)
339 .DoubleExceptionVector.literal : ALIGN(4)
346 .DoubleExceptionVector.text : ALIGN(4)
409 .ResetVector.text : ALIGN(4)
450 . = ALIGN(4);
461 .rodata_end : ALIGN(4)
463 . = ALIGN(4); /* this table MUST be 4-byte aligned */
506 . = ALIGN(4);
508 . = ALIGN(4);
527 . = ALIGN (8);
543 . = ALIGN (8);