Home
last modified time | relevance | path

Searched refs:ImageBase (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h32 uint64_t ImageBase; variable
36 if (!ImageBase) { in getImageBase()
37 ImageBase = std::numeric_limits<uint64_t>::max(); in getImageBase()
45 ImageBase = std::min(ImageBase, Section.getLoadAddress()); in getImageBase()
47 return ImageBase; in getImageBase()
60 ImageBase(0) {} in RuntimeDyldCOFFX86_64()
115 const uint64_t ImageBase = getImageBase(); in resolveRelocation() local
116 if (Value < ImageBase || ((Value - ImageBase) > UINT32_MAX)) in resolveRelocation()
120 write32BitOffset(Target, RE.Addend, Value - ImageBase); in resolveRelocation()
DRuntimeDyldCOFFAArch64.h71 uint64_t ImageBase; variable
75 if (!ImageBase) { in getImageBase()
76 ImageBase = std::numeric_limits<uint64_t>::max(); in getImageBase()
84 ImageBase = std::min(ImageBase, Section.getLoadAddress()); in getImageBase()
86 return ImageBase; in getImageBase()
93 ImageBase(0) {} in RuntimeDyldCOFFAArch64()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp26 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext() local
27 if (ImageBase) in PDBContext()
28 Session->setLoadAddress(ImageBase.get()); in PDBContext()
/freebsd-12-stable/stand/efi/loader/arch/arm64/
Dstart.S158 adrp x0, ImageBase
159 add x0, x0, :lo12:ImageBase
Dldscript.arm6411 ImageBase = .;
/freebsd-12-stable/contrib/binutils/bfd/
DpeXXigen.c420 a->ImageBase = GET_OPTHDR_IMAGE_BASE (abfd, src->ImageBase); in _bfd_XXi_swap_aouthdr_in()
480 aouthdr_int->entry += a->ImageBase; in _bfd_XXi_swap_aouthdr_in()
488 aouthdr_int->text_start += a->ImageBase; in _bfd_XXi_swap_aouthdr_in()
498 aouthdr_int->data_start += a->ImageBase; in _bfd_XXi_swap_aouthdr_in()
565 ib = extra->ImageBase; in _bfd_XXi_swap_aouthdr_out()
667 isize = (sec->vma - extra->ImageBase in _bfd_XXi_swap_aouthdr_out()
699 PUT_OPTHDR_IMAGE_BASE (abfd, extra->ImageBase, aouthdr_out->ImageBase); in _bfd_XXi_swap_aouthdr_out()
882 - pe_data (abfd)->pe_opthdr.ImageBase) in _bfd_XXi_swap_scnhdr_out()
1100 addr += extra->ImageBase; in pe_print_idata()
1190 adj = section->vma - extra->ImageBase; in pe_print_idata()
[all …]
Dcoff-i386.c137 diff -= pe_data (output_bfd)->pe_opthdr.ImageBase;
517 *addendp -= pe_data(sec->output_section->owner)->pe_opthdr.ImageBase;
Dcoff-x86_64.c129 diff -= pe_data (output_bfd)->pe_opthdr.ImageBase; in coff_amd64_reloc()
608 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase; in coff_amd64_rtype_to_howto()
Dcoff-ppc.c1241 addr -= pe_data(output_bfd)->pe_opthdr.ImageBase;
1346 pe_data(output_bfd)->pe_opthdr.ImageBase;
1402 pe_data(output_bfd)->pe_opthdr.ImageBase;
1421 pe_data (output_bfd)->pe_opthdr.ImageBase,
1462 addr -= pe_data (output_bfd)->pe_opthdr.ImageBase;
1900 *addendp -= pe_data(sec->output_section->owner)->pe_opthdr.ImageBase;
Dpe-mips.c448 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase; in coff_mips_rtype_to_howto()
817 - pe_data (input_section->output_section->owner)->pe_opthdr.ImageBase; in coff_pe_mips_relocate_section()
/freebsd-12-stable/contrib/binutils/include/coff/
Dpe.h241 char ImageBase[4]; member
280 char ImageBase[8]; member
Dinternal.h175 bfd_vma ImageBase; /* address of specific location in memory that member
/freebsd-12-stable/stand/efi/loader/arch/amd64/
Dstart.S49 lea ImageBase(%rip), %rdi
Dldscript.amd649 ImageBase = .;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DCOFFModuleDefinition.h31 uint64_t ImageBase = 0; member
/freebsd-12-stable/stand/efi/loader/arch/i386/
Dstart.S52 addl $ImageBase-0b, %eax
Dldscript.i3869 ImageBase = .;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
DObject.h184 Dest.ImageBase = Src.ImageBase; in copyPeHeader()
/freebsd-12-stable/stand/efi/loader/arch/arm/
Dstart.S177 .word ImageBase
Dldscript.arm8 ImageBase = .;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp130 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols() local
135 uint64_t SymbolStart = ImageBase + Export.Offset; in addCoffExportSymbols()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DCOFFModuleDefinition.cpp208 if (Error Err = parseName(&Name, &Info.ImageBase)) in parseOne()
DCOFFObjectFile.cpp456 return PE32Header->ImageBase; in getImageBase()
458 return PE32PlusHeader->ImageBase; in getImageBase()
465 uint64_t ImageBase = getImageBase(); in getVaPtr() local
466 uint64_t Rva = Addr - ImageBase; in getVaPtr()
/freebsd-12-stable/stand/efi/include/amd64/
Dpe.h138 UINT32 ImageBase; member
/freebsd-12-stable/stand/efi/include/i386/
Dpe.h138 UINT32 ImageBase; member

12