Searched refs:image_base (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libunwind/src/ |
| H A D | AddressSpace.hpp | 370 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 D | ubsan_type_hash_win.cpp | 63 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 D | DynamicLoaderWindowsDYLD.cpp | 140 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 D | DarwinLdOptions.td | 213 def image_base : Separate<["-"], "image_base">; 214 def seg1addr : Separate<["-"], "seg1addr">, Alias<image_base>;
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 260 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 D | Options.td | 257 defm image_base: Eq<"image-base", "Set the base address">;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2952 def image__base : Separate<["-"], "image_base">;
|