Symbol: COPY32
stand/boot/efi/loader/bootinfo.c
171
COPY32(t, a, c); \
stand/boot/efi/loader/bootinfo.c
172
COPY32(strlen(s) + 1, a, c); \
stand/boot/efi/loader/bootinfo.c
183
COPY32(t, a, c); \
stand/boot/efi/loader/bootinfo.c
184
COPY32(sizeof(s), a, c); \
stand/boot/efi/loader/bootinfo.c
194
COPY32(MODINFO_METADATA | mm->md_type, a, c); \
stand/boot/efi/loader/bootinfo.c
195
COPY32(mm->md_size, a, c); \
stand/boot/efi/loader/bootinfo.c
202
COPY32(MODINFO_END, a, c); \
stand/boot/efi/loader/bootinfo.c
203
COPY32(0, a, c); \
stand/boot/pc32/libi386/bootinfo32.c
64
COPY32(t, a, c); \
stand/boot/pc32/libi386/bootinfo32.c
65
COPY32(strlen(s) + 1, a, c); \
stand/boot/pc32/libi386/bootinfo32.c
76
COPY32(t, a, c); \
stand/boot/pc32/libi386/bootinfo32.c
77
COPY32(sizeof(s), a, c); \
stand/boot/pc32/libi386/bootinfo32.c
87
COPY32(MODINFO_METADATA | mm->md_type, a, c); \
stand/boot/pc32/libi386/bootinfo32.c
88
COPY32(mm->md_size, a, c); \
stand/boot/pc32/libi386/bootinfo32.c
95
COPY32(MODINFO_END, a, c); \
stand/boot/pc32/libi386/bootinfo32.c
96
COPY32(0, a, c); \
stand/boot/pc32/libi386/bootinfo64.c
65
COPY32(t, a, c); \
stand/boot/pc32/libi386/bootinfo64.c
66
COPY32(strlen(s) + 1, a, c); \
stand/boot/pc32/libi386/bootinfo64.c
77
COPY32(t, a, c); \
stand/boot/pc32/libi386/bootinfo64.c
78
COPY32(sizeof(s), a, c); \
stand/boot/pc32/libi386/bootinfo64.c
88
COPY32(MODINFO_METADATA | mm->md_type, a, c); \
stand/boot/pc32/libi386/bootinfo64.c
89
COPY32(mm->md_size, a, c); \
stand/boot/pc32/libi386/bootinfo64.c
96
COPY32(MODINFO_END, a, c); \
stand/boot/pc32/libi386/bootinfo64.c
97
COPY32(0, a, c); \