Home
last modified time | relevance | path

Searched refs:image_base (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_type_hash_win.cc64 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/syslinux/efi/
Dwrapper.h84 __uint32_t image_base; member
120 __uint64_t image_base; member
/external/libunwind_llvm/src/
DAddressSpace.hpp396 Elf_Addr image_base = in findUnwindSections()
409 if (pinfo->dlpi_addr == 0 && phdr->p_vaddr < image_base) in findUnwindSections()
410 begin = begin + image_base; in findUnwindSections()
422 if (pinfo->dlpi_addr == 0 && phdr->p_vaddr < image_base) in findUnwindSections()
423 eh_frame_hdr_start = eh_frame_hdr_start + image_base; in findUnwindSections()
/external/clang/include/clang/Driver/
DOptions.td1306 def image__base : Separate<["-"], "image_base">;