Searched refs:RELOCATOR_SIZEOF (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/
H A Drelocator.c82 #define RELOCATOR_SIZEOF(x) (&grub_relocator##x##_end - &grub_relocator##x##_start) macro
96 grub_relocator_forward_size = RELOCATOR_SIZEOF(_forward);
97 grub_relocator_backward_size = RELOCATOR_SIZEOF(_backward);
137 RELOCATOR_SIZEOF (_backward));
150 RELOCATOR_SIZEOF (_forward));
162 (0xffffffff - RELOCATOR_SIZEOF (32))
163 + 1, RELOCATOR_SIZEOF (32), 16,
179 RELOCATOR_SIZEOF (32));
203 0xa0000 - RELOCATOR_SIZEOF (16),
204 RELOCATOR_SIZEOF (1
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/powerpc/
H A Drelocator.c40 #define RELOCATOR_SIZEOF(x) (RELOCATOR_SRC_SIZEOF(x) \ macro
50 grub_relocator_forward_size = RELOCATOR_SIZEOF(forward);
51 grub_relocator_backward_size = RELOCATOR_SIZEOF(backward);
/osnet-11/usr/src/grub/grub2/grub-core/lib/mips/
H A Drelocator.c42 #define RELOCATOR_SIZEOF(x) (RELOCATOR_SRC_SIZEOF(x) \ macro
52 grub_relocator_forward_size = RELOCATOR_SIZEOF(forward);
53 grub_relocator_backward_size = RELOCATOR_SIZEOF(backward);

Completed in 21 milliseconds