Lines Matching refs:ALIGN
49 .toc1 : ALIGN(8) { *(.toc1) }
50 .opd : ALIGN(8) { KEEP (*(.opd)) }
51 .branch_lt : ALIGN(8) { *(.branch_lt) }
52 .got : ALIGN(8) { *(.got .toc) }
56 . = ALIGN(64); /* COHERENCY UNIT */
58 . = ALIGN(64); /* COHERENCY UNIT */
60 . = ALIGN(64); /* COHERENCY UNIT */
67 .tocbss : ALIGN(8) { *(.tocbss)}
81 /* Align here to ensure that the .bss section occupies space up to
82 _end. Align after .bss to ensure correct alignment even if the
86 . = ALIGN(. != 0 ? 64 / 8 : 1);
88 . = ALIGN(64 / 8);
89 . = ALIGN(64 / 8);