Home
last modified time | relevance | path

Searched refs:reloc (Results 1 – 6 of 6) sorted by relevance

/misc/efi-stub/
A Dcontainer.c104 RELOC_INFO *reloc; /* relocation info */ member
131 UINT32 hv_ram_start, UINT32 *hv_ram_size, const RELOC_INFO *reloc) in load_acrn_elf() argument
173 if (reloc) { in load_acrn_elf()
174 err = emalloc_reserved_aligned(hv_hpa, *hv_ram_size, reloc->align, in load_acrn_elf()
175 reloc->min_addr, reloc->max_addr); in load_acrn_elf()
212 if (hv_tags.reloc) *reloc = hv_tags.reloc; in parse_boot_image()
263 &ctr->laddr, &ctr->reloc, &mb_hdr) < 0) { in container_load_boot_image()
273 err = load_acrn_elf(lzh->Data, &ctr->hv_hpa, 0, &hv_ram_size, ctr->reloc); in container_load_boot_image()
298 if (ctr->reloc) { in container_load_boot_image()
358 if (ctr->reloc) { in container_load_modules()
[all …]
A Dmultiboot.c123 hv_tags->reloc = (struct multiboot2_header_tag_relocatable *)tag; in parse_mb2header()
A DMakefile93 -j .rela -j .reloc --target=$(FORMAT) $*.so $@
A Dmultiboot.h385 struct multiboot2_header_tag_relocatable *reloc; member
/misc/config_tools/hv_config/
A Dhv_item.py74 self.reloc = ''
95 … self.reloc = acrn_config_utilities.get_hv_item_tag(self.hv_file, "FEATURES", "RELOC_ENABLED")
110 hv_cfg_lib.ny_support_check(self.reloc, "FEATURES", "RELOC_ENABLED")
A Dboard_defconfig.py89 print("CONFIG_RELOC={}".format(hv_info.features.reloc), file=config)

Completed in 23 milliseconds