Searched refs:image_base (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/libunwind/src/ |
| H A D | AddressSpace.hpp | 394 static bool checkAddrInSegment(const Elf_Phdr *phdr, size_t image_base, in checkAddrInSegment() argument 397 uintptr_t begin = image_base + phdr->p_vaddr; in checkAddrInSegment() 408 static bool checkForUnwindInfoSegment(const Elf_Phdr *phdr, size_t image_base, in checkForUnwindInfoSegment() argument 413 uintptr_t eh_frame_hdr_start = image_base + phdr->p_vaddr; in checkForUnwindInfoSegment() 429 uintptr_t exidx_start = image_base + phdr->p_vaddr; in checkForUnwindInfoSegment() 453 Elf_Addr image_base = pinfo->dlpi_addr; in findUnwindSectionsByPhdr() local 460 if (checkAddrInSegment(&pinfo->dlpi_phdr[i], image_base, cbdata)) { in findUnwindSectionsByPhdr() 473 if (checkForUnwindInfoSegment(phdr, image_base, cbdata)) { in findUnwindSectionsByPhdr()
|
| /src/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()
|
| /src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
| H A D | DynamicLoaderWindowsDYLD.cpp | 136 lldb::addr_t image_base = m_process->GetImageInfoAddress(); in DidAttach() local 137 if (image_base == load_addr) in DidAttach()
|
| /src/contrib/file/magic/Magdir/ |
| H A D | coff | 217 >16 ulequad x \b, image_base %#llx
|
| /src/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 358 def image_base : Separate<["-"], "image_base">, 365 Alias<image_base>, 366 HelpText<"Alias for -image_base">,
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | Options.td | 291 defm image_base: EEq<"image-base", "Set the base address">;
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 4506 def image__base : Separate<["-"], "image_base">;
|