Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp370 Elf_Addr image_base = pinfo->dlpi_addr; in calculateImageBase() local
372 if (image_base == 0) { in calculateImageBase()
381 image_base = reinterpret_cast<Elf_Addr>(pinfo->dlpi_phdr) - in calculateImageBase()
388 return image_base; in calculateImageBase()
405 static bool checkAddrInSegment(const Elf_Phdr *phdr, size_t image_base, in checkAddrInSegment() argument
408 uintptr_t begin = image_base + phdr->p_vaddr; in checkAddrInSegment()
424 uintptr_t eh_frame_hdr_start = image_base + phdr->p_vaddr; in checkForUnwindInfoSegment()
440 uintptr_t exidx_start = image_base + phdr->p_vaddr; in checkForUnwindInfoSegment()
464 Elf_Addr image_base = calculateImageBase(pinfo); in findUnwindSectionsByPhdr() local
471 if (checkAddrInSegment(&pinfo->dlpi_phdr[i], image_base, cbdata)) { in findUnwindSectionsByPhdr()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_win.cpp63 char *image_base = ((char *)obj_locator) - obj_locator->obj_locator_addr; in getDynamicTypeInfoFromVtable() local
64 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr); in getDynamicTypeInfoFromVtable()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp140 lldb::addr_t image_base = m_process->GetImageInfoAddress(); in DidAttach() local
141 if (image_base == load_addr) in DidAttach()
/freebsd-13.1/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdOptions.td213 def image_base : Separate<["-"], "image_base">;
214 def seg1addr : Separate<["-"], "seg1addr">, Alias<image_base>;
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DOptions.td260 def image_base : Separate<["-"], "image_base">,
267 Alias<image_base>,
268 HelpText<"Alias for -image_base">,
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOptions.td257 defm image_base: Eq<"image-base", "Set the base address">;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2952 def image__base : Separate<["-"], "image_base">;