Lines Matching refs:alignment

454 define block CSTACK    with alignment = 8, size = __ICFEDIT_size_cstack__   { };
586 define block LDR_DATA_ZBLOCK with alignment = 4
598 define block LDR_DATA_RBLOCK with fixed order, alignment = 4
610 define block LDR_DATA_WBLOCK with fixed order, alignment = 4
623 define block HEAP_BLOCK with alignment = 8 { rw section HEAP };
624 define block THREAD_STACK with alignment = 8 { rw section .stack* };
625 define block SYS_STACK with alignment = 8 { rw section .sys_stack };
626 define block SVC_STACK with alignment = 8 { rw section .svc_stack };
627 define block IRQ_STACK with alignment = 8 { rw section .irq_stack };
628 define block FIQ_STACK with alignment = 8 { rw section .fiq_stack };
629 define block UND_STACK with alignment = 8 { rw section .und_stack };
630 define block ABT_STACK with alignment = 8 { rw section .abt_stack };
632 define block VECTOR_RBLOCK with alignment = 32 { ro code section .intvec_init};
633 define block VECTOR_WBLOCK with alignment = 32 { rw code section .intvec};
634 define block USER_PRG_RBLOCK with alignment = 4 { ro code };
635 define block USER_PRG_WBLOCK with alignment = 4 { rw code };
636 define block USER_DATA_ZBLOCK with alignment = 4 { section .bss };
637 define block USER_DATA_RBLOCK with fixed order, alignment = 4
642 define block USER_DATA_WBLOCK with fixed order, alignment = 4
647 define block USER_DATA_NONCACHE_RBLOCK with alignment = 4 { section .data_noncache_init };
648 define block USER_DATA_NONCACHE_WBLOCK with alignment = 4 { section .data_noncache };
649 define block DMAC_LINK_MODE_ZBLOCK with alignment = 4 { section .dmac_link_mode* };
650 define block SHARED_NONCACHE_BUFFER_ZBLOCK with alignment = 32 { section .shared_noncache_buffer* };
651 define block NONCACHE_BUFFER_ZBLOCK with alignment = 32 { section .noncache_buffer* };