HomeSort by relevance Sort by last modified time
    Searched refs:image_base (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
hisi_mcu.h 39 extern int hisi_mcu_load_image(uintptr_t image_base, uint32_t image_size);
  /device/linaro/bootloader/arm-trusted-firmware/common/
bl_common.c 214 uint64_t image_base,
246 INFO("Loading file '%s' at address 0x%lx\n", image_name, image_base);
258 image_base, image_size)) {
260 image_base, image_base + image_size);
261 dump_load_info(image_base, image_size, mem_layout);
268 io_result = io_read(image_handle, image_base, image_size, &bytes_read);
283 image_base, image_size);
286 image_base, image_base + image_size)
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash_win.cc 64 char *image_base = ((char *)obj_locator) - obj_locator->obj_locator_addr; local
65 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr);
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2_main.c 75 err = auth_verify_obj(key_cert_blob, image_info.image_base,
90 err = auth_verify_obj(cont_cert_blob, image_info.image_base,
126 err = auth_verify_obj(AUTH_TRUSTED_KEY_CERT, image_info.image_base,
211 bl30_image_info.image_base,
219 inv_dcache_range(bl30_image_info.image_base,
263 bl2_to_bl31_params->bl31_image_info->image_base,
271 inv_dcache_range(bl2_to_bl31_params->bl31_image_info->image_base,
321 bl2_to_bl31_params->bl32_image_info->image_base,
328 inv_dcache_range(bl2_to_bl31_params->bl32_image_info->image_base,
367 bl2_to_bl31_params->bl33_image_info->image_base,
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1_main.c 165 err = auth_verify_obj(AUTH_BL2_IMG_CERT, bl2_image_info.image_base,
189 err = auth_verify_obj(AUTH_BL2_IMG, bl2_image_info.image_base,
197 inv_dcache_range(bl2_image_info.image_base,
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
bl_common.h 168 uintptr_t image_base; /* physical address of base of image */ member in struct:image_info
222 uint64_t image_base,
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/drivers/
hisi_mcu.c 202 int hisi_mcu_load_image(uintptr_t image_base, uint32_t image_size)
208 head = (struct mcu_image_head *)image_base;
  /external/syslinux/efi/
wrapper.h 84 __uint32_t image_base; member in struct:extra_hdr
120 __uint64_t image_base; member in struct:extra_hdr_pe32p
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
bl2_plat_setup.c 243 int *buf = (int *)bl30_image_info->image_base;
256 buf = (int *)(bl30_image_info->image_base +
266 hisi_mcu_load_image(bl30_image_info->image_base,
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
system_table.py 54 image_base = self.ec.getMemoryService().readMemory64(loaded_image_protocol + 0x40)
60 image_base = self.ec.getMemoryService().readMemory32(loaded_image_protocol + 0x20)
63 self.DebugInfos.append((image_base,image_size))
  /external/libunwind_llvm/src/
AddressSpace.hpp 396 Elf_Addr image_base =
409 if (pinfo->dlpi_addr == 0 && phdr->p_vaddr < image_base)
410 begin = begin + image_base;
422 if (pinfo->dlpi_addr == 0 && phdr->p_vaddr < image_base)
423 eh_frame_hdr_start = eh_frame_hdr_start + image_base;
  /device/linaro/bootloader/arm-trusted-firmware/plat/juno/
bl2_plat_setup.c 225 ret = scp_bootloader_transfer((void *)bl30_image_info->image_base,
  /toolchain/binutils/binutils-2.25/ld/
pe-dll.c 165 static bfd_vma image_base; variable
    [all...]

Completed in 2523 milliseconds