Searched refs:grub_relocator (Results 1 - 25 of 25) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Drelocator.h27 struct grub_relocator;
31 struct grub_relocator *grub_relocator_new (void);
34 grub_relocator_alloc_chunk_addr (struct grub_relocator *rel,
44 grub_relocator_alloc_chunk_align (struct grub_relocator *rel,
56 grub_relocator_unload (struct grub_relocator *rel);
H A Dmultiboot.h41 extern struct grub_relocator *grub_multiboot_relocator;
H A Drelocator_private.h34 grub_relocator_prepare_relocs (struct grub_relocator *rel,
H A Dxnu.h109 extern struct grub_relocator *grub_xnu_relocator;
/osnet-11/usr/src/grub/grub2/include/grub/mips/
H A Drelocator.h35 grub_relocator32_boot (struct grub_relocator *rel,
/osnet-11/usr/src/grub/grub2/include/grub/powerpc/
H A Drelocator.h34 grub_relocator32_boot (struct grub_relocator *rel,
/osnet-11/usr/src/grub/grub2/include/grub/i386/
H A Dbsd.h75 grub_err_t grub_freebsd_load_elfmodule32 (struct grub_relocator *relocator,
78 grub_err_t grub_freebsd_load_elfmodule_obj64 (struct grub_relocator *relocator,
82 grub_err_t grub_freebsd_load_elf_meta32 (struct grub_relocator *relocator,
85 grub_err_t grub_freebsd_load_elf_meta64 (struct grub_relocator *relocator,
89 grub_err_t grub_netbsd_load_elf_meta32 (struct grub_relocator *relocator,
92 grub_err_t grub_netbsd_load_elf_meta64 (struct grub_relocator *relocator,
H A Drelocator.h67 grub_err_t grub_relocator16_boot (struct grub_relocator *rel,
70 grub_err_t grub_relocator32_boot (struct grub_relocator *rel,
73 grub_err_t grub_relocator64_boot (struct grub_relocator *rel,
/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)
154 grub_relocator32_boot (struct grub_relocator *rel,
194 grub_relocator16_boot (struct grub_relocator *rel,
242 grub_relocator64_boot (struct grub_relocator *rel,
H A Dreboot.c29 struct grub_relocator *relocator = NULL;
/osnet-11/usr/src/grub/grub2/grub-core/lib/powerpc/
H A Drelocator.c107 grub_relocator32_boot (struct grub_relocator *rel,
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/coreboot/
H A Dchainloader.c36 static struct grub_relocator *relocator = NULL;
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/
H A Dfreedos.c39 static struct grub_relocator *rel;
H A Dntldr.c40 static struct grub_relocator *rel;
H A Dchainloader.c48 static struct grub_relocator *rel;
H A Dlinux.c46 static struct grub_relocator *relocator = NULL;
H A Dplan9.c40 static struct grub_relocator *rel;
/osnet-11/usr/src/grub/grub2/grub-core/lib/mips/
H A Drelocator.c111 grub_relocator32_boot (struct grub_relocator *rel,
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A DbsdXX.c74 SUFFIX (grub_freebsd_load_elfmodule_obj) (struct grub_relocator *relocator,
167 SUFFIX (grub_freebsd_load_elfmodule) (struct grub_relocator *relocator,
272 SUFFIX (grub_freebsd_load_elf_meta) (struct grub_relocator *relocator,
396 SUFFIX (grub_netbsd_load_elf_meta) (struct grub_relocator *relocator,
H A Dlinux.c77 static struct grub_relocator *relocator = NULL;
H A Dbsd.c72 static struct grub_relocator *relocator = NULL;
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c30 struct grub_relocator struct
101 struct grub_relocator *
104 struct grub_relocator *ret;
108 ret = grub_zalloc (sizeof (struct grub_relocator));
416 malloc_in_range (struct grub_relocator *rel,
1177 adjust_limits (struct grub_relocator *rel,
1200 grub_relocator_alloc_chunk_addr (struct grub_relocator *rel,
1305 grub_relocator_alloc_chunk_align (struct grub_relocator *rel,
1448 grub_relocator_unload (struct grub_relocator *rel)
1467 grub_relocator_prepare_relocs (struct grub_relocator *re
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmultiboot.c54 struct grub_relocator *grub_multiboot_relocator = NULL;
H A Dxnu.c50 struct grub_relocator *grub_xnu_relocator;
/osnet-11/usr/src/grub/grub2/grub-core/loader/mips/
H A Dlinux.c55 static struct grub_relocator *relocator;

Completed in 93 milliseconds