Home
last modified time | relevance | path

Searched defs:image_base (Results 1 – 21 of 21) sorted by relevance

/external/libchrome/base/profiler/
Dwin32_stack_frame_unwinder.cc68 PDWORD64 image_base) { in LookupFunctionEntry()
77 void Win32UnwindFunctions::VirtualUnwind(DWORD64 image_base, in VirtualUnwind()
141 ULONG64 image_base; in TryUnwind() local
Dwin32_stack_frame_unwinder_unittest.cc68 PDWORD64 image_base) { in LookupFunctionEntry()
77 void TestUnwindFunctions::VirtualUnwind(DWORD64 image_base, in VirtualUnwind()
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dintegral_image.h30 explicit IntegralImage(const Image<uint8_t>& image_base) in IntegralImage()
38 void Recompute(const Image<uint8_t>& image_base) { in Recompute()
78 bool VerifyData(const Image<uint8_t>& image_base) { in VerifyData()
/external/llvm-project/libunwind/src/
DAddressSpace.hpp370 Elf_Addr image_base = pinfo->dlpi_addr; in calculateImageBase() local
405 static bool checkAddrInSegment(const Elf_Phdr *phdr, size_t image_base, in checkAddrInSegment()
419 static bool checkForUnwindInfoSegment(const Elf_Phdr *phdr, size_t image_base, in checkForUnwindInfoSegment()
464 Elf_Addr image_base = calculateImageBase(pinfo); in findUnwindSectionsByPhdr() local
/external/arm-trusted-firmware/common/
Dimage_decompress.c43 uintptr_t compressed_image_base, image_base, work_base; in image_decompress() local
Dbl_common.c75 uintptr_t image_base; in load_image() local
/external/arm-trusted-firmware/plat/arm/common/
Darm_dyn_cfg.c205 uintptr_t image_base; in arm_bl2_dyn_cfg_init() local
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeProcessWindows.h144 void OnDebuggerConnected(lldb::addr_t image_base) override { in OnDebuggerConnected()
DLocalDebugDelegate.cpp23 void LocalDebugDelegate::OnDebuggerConnected(lldb::addr_t image_base) { in OnDebuggerConnected()
DProcessDebugger.cpp482 void ProcessDebugger::OnDebuggerConnected(lldb::addr_t image_base) {} in OnDebuggerConnected()
DNativeProcessWindows.cpp395 void NativeProcessWindows::OnDebuggerConnected(lldb::addr_t image_base) { in OnDebuggerConnected()
DProcessWindows.cpp637 void ProcessWindows::OnDebuggerConnected(lldb::addr_t image_base) { in OnDebuggerConnected()
/external/compiler-rt/lib/ubsan/
Dubsan_type_hash_win.cc64 char *image_base = ((char *)obj_locator) - obj_locator->obj_locator_addr; in getDynamicTypeInfoFromVtable() local
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_type_hash_win.cpp63 char *image_base = ((char *)obj_locator) - obj_locator->obj_locator_addr; in getDynamicTypeInfoFromVtable() local
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
DDynamicLoaderWindowsDYLD.cpp140 lldb::addr_t image_base = m_process->GetImageInfoAddress(); in DidAttach() local
/external/arm-trusted-firmware/plat/hisilicon/hikey/
Dhisi_mcu.c157 int hisi_mcu_load_image(uintptr_t image_base, uint32_t image_size) in hisi_mcu_load_image()
/external/arm-trusted-firmware/include/export/common/
Dbl_common_exp.h42 uintptr_t image_base; /* physical address of base of image */ member
/external/arm-trusted-firmware/bl1/
Dbl1_fwu.c169 uintptr_t image_base, image_end; in bl1_fwu_image_check_overlaps() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dabi_test.cc269 DWORD64 image_base; in Step() local
/external/boringssl/src/crypto/test/
Dabi_test.cc269 DWORD64 image_base; in Step() local
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h198 uint64_t image_base = 0; member