Searched refs:image_base (Results 1 – 16 of 16) sorted by relevance
/external/u-boot/arch/arm/lib/ |
D | crt0_arm_efi.S | 17 .globl image_base symbol 18 image_base: label 21 .long pe_header - image_base /* Offset to the PE header */ 45 .long _start - image_base /* AddressOfEntryPoint */ 46 .long _start - image_base /* BaseOfCode */ 61 .long _edata - image_base /* SizeOfImage */ 66 .long _start - image_base /* SizeOfHeaders */ 109 .long _start - image_base /* VirtualAddress */ 111 .long _start - image_base /* PointerToRawData */ 127 adr r0, image_base
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | integral_image.h | 30 explicit IntegralImage(const Image<uint8_t>& image_base) in IntegralImage() argument 31 : Image<uint32_t>(image_base.GetWidth(), image_base.GetHeight()) { in IntegralImage() 32 Recompute(image_base); in IntegralImage() 38 void Recompute(const Image<uint8_t>& image_base) { in Recompute() argument 39 SCHECK(image_base.GetWidth() == GetWidth() && in Recompute() 40 image_base.GetHeight() == GetHeight(), "Dimensions don't match!"); in Recompute() 45 for (int x = 0; x < image_base.GetWidth(); ++x) { in Recompute() 46 x_sum += image_base[0][x]; in Recompute() 52 for (int y = 1; y < image_base.GetHeight(); ++y) { in Recompute() 59 const uint8_t* curr_delta = image_base[y]; in Recompute() [all …]
|
/external/u-boot/lib/efi_loader/ |
D | efi_image_loader.c | 211 uint64_t image_base; in efi_load_pe() local 255 image_base = opt->ImageBase; in efi_load_pe() 271 image_base = opt->ImageBase; in efi_load_pe() 303 (unsigned long)image_base) != EFI_SUCCESS) { in efi_load_pe() 315 loaded_image_info->image_base = efi; in efi_load_pe()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash_win.cc | 64 char *image_base = ((char *)obj_locator) - obj_locator->obj_locator_addr; in getDynamicTypeInfoFromVtable() local 65 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr); in getDynamicTypeInfoFromVtable()
|
/external/libunwind_llvm/src/ |
D | AddressSpace.hpp | 507 Elf_Addr image_base = in findUnwindSections() 520 if (pinfo->dlpi_addr == 0 && phdr->p_vaddr < image_base) in findUnwindSections() 521 begin = begin + image_base; in findUnwindSections() 533 if (pinfo->dlpi_addr == 0 && phdr->p_vaddr < image_base) in findUnwindSections() 534 eh_frame_hdr_start = eh_frame_hdr_start + image_base; in findUnwindSections()
|
/external/u-boot/lib/ |
D | initcall.c | 23 reloc_ofs = (unsigned long)image_base; in initcall_run_list()
|
/external/u-boot/arch/x86/lib/ |
D | crt0_x86_64_efi.S | 24 lea image_base(%rip), %rcx
|
D | crt0_ia32_efi.S | 25 addl $image_base-0b,%eax # %eax = ldbase
|
D | elf_x86_64_efi.lds | 13 image_base = .; symbol
|
D | elf_ia32_efi.lds | 13 image_base = .; symbol
|
/external/u-boot/include/ |
D | atf_common.h | 122 uintptr_t image_base; /* physical address of base of image */ member
|
D | efi.h | 354 extern char image_base[];
|
D | efi_api.h | 330 void *image_base; member
|
/external/boringssl/src/crypto/test/ |
D | abi_test.cc | 265 DWORD64 image_base; in Step() local 267 RtlLookupFunctionEntry(ctx_.Rip, &image_base, nullptr); in Step() 283 RtlVirtualUnwind(UNW_FLAG_NHANDLER, image_base, ctx_.Rip, entry, &ctx_, in Step()
|
/external/u-boot/cmd/ |
D | bootefi.c | 319 mdp->start_address = (uintptr_t)loaded_image_info.image_base; in do_bootefi_exec()
|
/external/clang/include/clang/Driver/ |
D | Options.td | 1306 def image__base : Separate<["-"], "image_base">;
|