Lines Matching +full:512 +full:- +full:bytes
1 /* SPDX-License-Identifier: GPL-2.0-only */
28 * Discard any r/w data - this produces a link error if we have any,
50 LONG(ZIMAGE_MAGIC(__piggy_size_addr - _start))
65 __piggy_size_addr = . - 4;
96 * PE/COFF mandates a file size which is a multiple of 512 bytes if the
99 . = ALIGN(512);
101 __pecoff_data_rawsize = . - ADDR(.data);
113 * EFI requires that the image is aligned to 512 bytes, and appended
124 _magic_table = ZIMAGE_MAGIC(_table_start - _start);
131 . = ALIGN(8); /* the stack must be 64-bit aligned */
134 PROVIDE(__pecoff_data_size = ALIGN(512) - ADDR(.data));
135 PROVIDE(__pecoff_end = ALIGN(512));