| /freebsd-13.1/stand/efi/loader/arch/amd64/ |
| H A D | ldscript.amd64 | 11 . = ALIGN(4096); 16 . = ALIGN(4096); 23 . = ALIGN(4096); 37 . = ALIGN(4096); 48 . = ALIGN(4096); 57 . = ALIGN(4096); 59 . = ALIGN(4096); 66 . = ALIGN(4096); 68 . = ALIGN(4096); 70 . = ALIGN(4096);
|
| /freebsd-13.1/sys/conf/ |
| H A D | ldscript.mips.octeon1 | 16 . = ALIGN(0x2000); 19 . = ALIGN(0x2000); 23 . = ALIGN(32); 35 . = ALIGN(32); 38 _gp = ALIGN(16) + 0x7ff0; 45 . = ALIGN(32); 55 . = ALIGN(32); 61 . = ALIGN(32);
|
| H A D | ldscript.powerpc64le | 81 . = ALIGN(4096); 90 . = ALIGN(128); 95 . = ALIGN(128); 102 .toc1 : ALIGN(8) { *(.toc1) } 103 .opd : ALIGN(8) { KEEP (*(.opd)) } 104 .branch_lt : ALIGN(8) { *(.branch_lt) } 105 . = ALIGN(4096); 106 .got : ALIGN(8) { __tocbase = .; *(.got) } 107 .toc : ALIGN(8) { *(.toc) }
|
| H A D | ldscript.powerpc64 | 82 . = ALIGN(4096); 91 . = ALIGN(128); 96 . = ALIGN(128); 103 .toc1 : ALIGN(8) { *(.toc1) } 104 .opd : ALIGN(8) { KEEP (*(.opd)) } 105 .branch_lt : ALIGN(8) { *(.branch_lt) } 106 . = ALIGN(4096); 107 .got : ALIGN(8) { __tocbase = .; *(.got) } 108 .toc : ALIGN(8) { *(.toc) }
|
| H A D | ldscript.riscv | 67 . = ALIGN(0x1000) + (. & (0x1000 - 1)) ; 74 . = ALIGN(32 / 8); 92 . = ALIGN(8); 103 . = ALIGN(8); 112 . = ALIGN(8);
|
| H A D | ldscript.arm | 64 . = ALIGN(4); 79 . = ALIGN(0x1000) + (. & (0x1000 - 1)) ; 86 . = ALIGN(32 / 8); 114 . = ALIGN(32 / 8); 121 . = ALIGN(32 / 8);
|
| H A D | ldscript.arm64 | 64 . = ALIGN(4); 79 . = ALIGN(0x1000) + (. & (0x1000 - 1)) ; 86 . = ALIGN(32 / 8); 104 . = ALIGN(8); 115 . = ALIGN(8);
|
| /freebsd-13.1/stand/efi/loader/arch/i386/ |
| H A D | ldscript.i386 | 11 . = ALIGN(4096); 18 . = ALIGN(4096); 32 . = ALIGN(4096); 43 . = ALIGN(4096); 52 . = ALIGN(4096); 54 . = ALIGN(4096); 69 . = ALIGN(4096); 71 . = ALIGN(4096); 73 . = ALIGN(4096); 75 . = ALIGN(4096);
|
| /freebsd-13.1/stand/efi/loader/arch/arm64/ |
| H A D | ldscript.arm64 | 19 . = ALIGN(16); 30 . = ALIGN(16); 37 . = ALIGN(16); 40 . = ALIGN(16); 51 . = ALIGN(16); 59 . = ALIGN(16); 61 . = ALIGN(16); 76 . = ALIGN(16); 78 . = ALIGN(16);
|
| /freebsd-13.1/stand/efi/loader/arch/riscv/ |
| H A D | ldscript.riscv | 17 . = ALIGN(16); 28 . = ALIGN(16); 35 . = ALIGN(16); 38 . = ALIGN(16); 49 . = ALIGN(16); 61 . = ALIGN(16); 63 . = ALIGN(16); 78 . = ALIGN(16); 80 . = ALIGN(16);
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Windows_NT-586_asm.asm | 52 ALIGN 16 69 ALIGN 16 119 ALIGN 16 137 ALIGN 16 162 ALIGN 16 187 ALIGN 16 212 ALIGN 16 249 ALIGN 16 270 ALIGN 16 291 ALIGN 16 [all …]
|
| H A D | z_Linux_asm.S | 66 ALIGN 4 91 ALIGN 4 128 ALIGN 4 144 ALIGN 2 150 ALIGN 2 182 ALIGN 4 203 ALIGN 8 224 ALIGN 4 557 ALIGN 2 566 ALIGN 2 [all …]
|
| /freebsd-13.1/bin/sh/ |
| H A D | memalloc.c | 135 #define SPACE(sp) ((char*)(sp) + ALIGN(sizeof(struct stack_block))) 152 allocsize = ALIGN(sizeof(struct stack_block)) + ALIGN(nbytes); in stnewblock() 170 nbytes = ALIGN(nbytes); in stalloc() 261 INT_MAX / 2 - ALIGN(sizeof(struct stack_block))) in growstackblock() 264 min += ALIGN(sizeof(struct stack_block)); in growstackblock() 283 newlen -= ALIGN(sizeof(struct stack_block)); in growstackblock()
|
| /freebsd-13.1/contrib/xz/src/liblzma/check/ |
| H A D | crc32_x86.S | 71 # define ALIGN(pow2, abs) .align pow2 macro 73 # define ALIGN(pow2, abs) .align abs macro 84 ALIGN(4, 16) 138 ALIGN(4, 16) 161 ALIGN(2, 4) 272 ALIGN(4, 16)
|
| H A D | crc64_x86.S | 61 # define ALIGN(pow2, abs) .align pow2 macro 63 # define ALIGN(pow2, abs) .align abs macro 74 ALIGN(4, 16) 255 ALIGN(4, 16)
|
| /freebsd-13.1/stand/mips/beri/loader/ |
| H A D | loader.ldscript | 59 .text ALIGN(0x10): { 72 .data ALIGN(0x10): { *(.data*)} 73 .bss ALIGN(0x10): { *(.bss*) } 75 __heap = ALIGN(0x8); /* 64-bit aligned heap pointer */ 79 __bss_end = ALIGN(__bss_start + SIZEOF(.bss), 0x8);
|
| /freebsd-13.1/stand/mips/beri/boot2/ |
| H A D | jtagboot.ldscript | 52 .text ALIGN(0x10): { 56 .data ALIGN(0x10): { *(.data)} 57 .bss ALIGN(0x10): { *(.bss) } 59 __heap = ALIGN(0x8); /* 64-bit aligned heap pointer */ 63 __bss_end = ALIGN(__bss_start + SIZEOF(.bss), 0x8);
|
| H A D | flashboot.ldscript | 52 .text ALIGN(0x10): { 57 .data ALIGN(0x10): { *(.data)} 58 .bss ALIGN(0x10): { *(.bss) } 60 __heap = ALIGN(0x8); /* 64-bit aligned heap pointer */ 64 __bss_end = ALIGN(__bss_start + SIZEOF(.bss), 0x8);
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/ |
| H A D | pnvm.c | 145 len -= ALIGN(tlv_len, 4); in iwl_pnvm_handle_section() 146 data += ALIGN(tlv_len, 4); in iwl_pnvm_handle_section() 207 data += sizeof(*tlv) + ALIGN(tlv_len, 4); in iwl_pnvm_parse() 208 len -= ALIGN(tlv_len, 4); in iwl_pnvm_parse() 222 data += sizeof(*tlv) + ALIGN(tlv_len, 4); in iwl_pnvm_parse() 223 len -= ALIGN(tlv_len, 4); in iwl_pnvm_parse()
|
| H A D | uefi.c | 133 len -= ALIGN(tlv_len, 4); in iwl_uefi_reduce_power_section() 134 data += ALIGN(tlv_len, 4); in iwl_uefi_reduce_power_section() 189 data += sizeof(*tlv) + ALIGN(tlv_len, 4); in iwl_uefi_reduce_power_parse() 190 len -= ALIGN(tlv_len, 4); in iwl_uefi_reduce_power_parse() 204 data += sizeof(*tlv) + ALIGN(tlv_len, 4); in iwl_uefi_reduce_power_parse() 205 len -= ALIGN(tlv_len, 4); in iwl_uefi_reduce_power_parse()
|
| /freebsd-13.1/sys/mips/nlm/dev/net/ucore/ |
| H A D | ld.ucore.S | 114 . = ALIGN(8); 126 . = ALIGN (8); 144 . = ALIGN (8);
|
| /freebsd-13.1/stand/efi/loader/arch/arm/ |
| H A D | ldscript.arm | 18 . = ALIGN(16); 27 . = ALIGN(4); 35 . = ALIGN(4);
|
| /freebsd-13.1/lib/libc/string/ |
| H A D | strchrnul.c | 32 #define ALIGN (sizeof(size_t)) macro 49 for (; (uintptr_t)s % ALIGN; s++) in __strchrnul()
|
| H A D | memchr.c | 33 #define ALIGN (sizeof(size_t) - 1) macro 44 for (; ((uintptr_t)s & ALIGN) && n && *s != c; s++, n--) in memchr()
|
| /freebsd-13.1/lib/libc/net/ |
| H A D | getifaddrs.c | 73 #ifndef ALIGN 74 #define ALIGN(p) (((u_long)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro 249 ift->ifa_data = data = (void *)ALIGN(data); in getifaddrs() 320 ift->ifa_data = data = (void *)ALIGN(data); in getifaddrs()
|