| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| D | RuntimeDyldCOFFX86_64.h | 32 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()
|
| D | RuntimeDyldCOFFAArch64.h | 71 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/ |
| D | PDBContext.cpp | 26 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/ |
| D | start.S | 158 adrp x0, ImageBase 159 add x0, x0, :lo12:ImageBase
|
| D | ldscript.arm64 | 11 ImageBase = .;
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | peXXigen.c | 420 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 …]
|
| D | coff-i386.c | 137 diff -= pe_data (output_bfd)->pe_opthdr.ImageBase; 517 *addendp -= pe_data(sec->output_section->owner)->pe_opthdr.ImageBase;
|
| D | coff-x86_64.c | 129 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()
|
| D | coff-ppc.c | 1241 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;
|
| D | pe-mips.c | 448 *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/ |
| D | pe.h | 241 char ImageBase[4]; member 280 char ImageBase[8]; member
|
| D | internal.h | 175 bfd_vma ImageBase; /* address of specific location in memory that member
|
| /freebsd-12-stable/stand/efi/loader/arch/amd64/ |
| D | start.S | 49 lea ImageBase(%rip), %rdi
|
| D | ldscript.amd64 | 9 ImageBase = .;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/ |
| D | COFFModuleDefinition.h | 31 uint64_t ImageBase = 0; member
|
| /freebsd-12-stable/stand/efi/loader/arch/i386/ |
| D | start.S | 52 addl $ImageBase-0b, %eax
|
| D | ldscript.i386 | 9 ImageBase = .;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| D | Object.h | 184 Dest.ImageBase = Src.ImageBase; in copyPeHeader()
|
| /freebsd-12-stable/stand/efi/loader/arch/arm/ |
| D | start.S | 177 .word ImageBase
|
| D | ldscript.arm | 8 ImageBase = .;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| D | SymbolizableObjectFile.cpp | 130 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/ |
| D | COFFModuleDefinition.cpp | 208 if (Error Err = parseName(&Name, &Info.ImageBase)) in parseOne()
|
| D | COFFObjectFile.cpp | 456 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/ |
| D | pe.h | 138 UINT32 ImageBase; member
|
| /freebsd-12-stable/stand/efi/include/i386/ |
| D | pe.h | 138 UINT32 ImageBase; member
|