Home
last modified time | relevance | path

Searched refs:ALIGN (Results 1 – 25 of 111) sorted by relevance

12345

/freebsd-13.1/stand/efi/loader/arch/amd64/
H A Dldscript.amd6411 . = 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 Dldscript.mips.octeon116 . = 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 Dldscript.powerpc64le81 . = 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 Dldscript.powerpc6482 . = 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 Dldscript.riscv67 . = ALIGN(0x1000) + (. & (0x1000 - 1)) ;
74 . = ALIGN(32 / 8);
92 . = ALIGN(8);
103 . = ALIGN(8);
112 . = ALIGN(8);
H A Dldscript.arm64 . = ALIGN(4);
79 . = ALIGN(0x1000) + (. & (0x1000 - 1)) ;
86 . = ALIGN(32 / 8);
114 . = ALIGN(32 / 8);
121 . = ALIGN(32 / 8);
H A Dldscript.arm6464 . = 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 Dldscript.i38611 . = 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 Dldscript.arm6419 . = 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 Dldscript.riscv17 . = 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 Dz_Windows_NT-586_asm.asm52 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 Dz_Linux_asm.S66 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 Dmemalloc.c135 #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 Dcrc32_x86.S71 # 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 Dcrc64_x86.S61 # 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 Dloader.ldscript59 .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 Djtagboot.ldscript52 .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 Dflashboot.ldscript52 .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 Dpnvm.c145 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 Duefi.c133 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 Dld.ucore.S114 . = ALIGN(8);
126 . = ALIGN (8);
144 . = ALIGN (8);
/freebsd-13.1/stand/efi/loader/arch/arm/
H A Dldscript.arm18 . = ALIGN(16);
27 . = ALIGN(4);
35 . = ALIGN(4);
/freebsd-13.1/lib/libc/string/
H A Dstrchrnul.c32 #define ALIGN (sizeof(size_t)) macro
49 for (; (uintptr_t)s % ALIGN; s++) in __strchrnul()
H A Dmemchr.c33 #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 Dgetifaddrs.c73 #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()

12345