Home
last modified time | relevance | path

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

12345

/netbsd-src/sys/external/bsd/gnu-efi/dist/gnuefi/
H A Dcrt0-efi-aarch64.S26 .globl ImageBase symbol
27 ImageBase: label
30 .long pe_header - ImageBase // Offset to the PE header.
52 .long _start - ImageBase // AddressOfEntryPoint
53 .long _start - ImageBase // BaseOfCode
67 .long _edata - ImageBase // SizeOfImage
70 .long _start - ImageBase // SizeOfHeaders
92 .long _start - ImageBase // VirtualAddress
94 .long _start - ImageBase // PointerToRawData
104 .long _data - ImageBase // VirtualAddress
[all …]
H A Dcrt0-efi-arm.S26 .globl ImageBase symbol
27 ImageBase: label
30 .long pe_header - ImageBase // Offset to the PE header.
53 .long _start - ImageBase // AddressOfEntryPoint
54 .long _start - ImageBase // BaseOfCode
69 .long _edata - ImageBase // SizeOfImage
72 .long _start - ImageBase // SizeOfHeaders
117 .long _start - ImageBase // VirtualAddress
119 .long _start - ImageBase // PointerToRawData
135 adr r0, ImageBase
H A Dcrt0-efi-riscv64.S30 .globl ImageBase symbol
31 ImageBase: label
34 .long pe_header - ImageBase // Offset to the PE header.
56 .long _start - ImageBase // AddressOfEntryPoint
57 .long _start - ImageBase // BaseOfCode
71 .long _edata - ImageBase // SizeOfImage
74 .long _start - ImageBase // SizeOfHeaders
112 .long _start - ImageBase // VirtualAddress
114 .long _start - ImageBase // PointerToRawData
129 lla a0, ImageBase
H A Dcrt0-efi-mips64el.S27 .globl ImageBase symbol
28 ImageBase: label
31 .long pe_header - ImageBase // Offset to the PE header.
53 .long _start - ImageBase // AddressOfEntryPoint
54 .long _start - ImageBase // BaseOfCode
68 .long _edata - ImageBase // SizeOfImage
71 .long _start - ImageBase // SizeOfHeaders
116 .long _start - ImageBase // VirtualAddress
118 .long _start - ImageBase // PointerToRawData
160 dli $t1, ImageBase - _pc
H A Dcrt0-efi-x86_64.S49 lea ImageBase(%rip), %rdi
H A Dcrt0-efi-ia32.S53 addl $ImageBase-0b,%eax # %eax = ldbase
H A Dcrt0-efi-ia64.S46 movl out0=@gprel(ImageBase) // out0 <- ImageBase (ldbase)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A 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()
H A 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()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-seh.c143 return c->disp->FunctionEntry->BeginAddress + c->disp->ImageBase; in _Unwind_GetRegionStart()
150 ULONG64 ImageBase; in _Unwind_FindEnclosingFunction() local
152 entry = RtlLookupFunctionEntry ((ULONG64)pc, &ImageBase, NULL); in _Unwind_FindEnclosingFunction()
154 return (entry ? (void *)(entry->BeginAddress + ImageBase) : NULL); in _Unwind_FindEnclosingFunction()
166 return c->disp->ImageBase; in _Unwind_GetTextRelBase()
457 = RtlLookupFunctionEntry (ms_context.Rip, &gcc_context.disp->ImageBase, in _Unwind_Backtrace()
464 = RtlVirtualUnwind (0, gcc_context.disp->ImageBase, ms_context.Rip, in _Unwind_Backtrace()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-seh.c143 return c->disp->FunctionEntry->BeginAddress + c->disp->ImageBase; in _Unwind_GetRegionStart()
150 ULONG64 ImageBase; in _Unwind_FindEnclosingFunction() local
152 entry = RtlLookupFunctionEntry ((ULONG64)pc, &ImageBase, NULL); in _Unwind_FindEnclosingFunction()
154 return (entry ? (void *)(entry->BeginAddress + ImageBase) : NULL); in _Unwind_FindEnclosingFunction()
166 return c->disp->ImageBase; in _Unwind_GetTextRelBase()
457 = RtlLookupFunctionEntry (ms_context.Rip, &gcc_context.disp->ImageBase, in _Unwind_Backtrace()
464 = RtlVirtualUnwind (0, gcc_context.disp->ImageBase, ms_context.Rip, in _Unwind_Backtrace()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp26 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext() local
27 if (ImageBase) in PDBContext()
28 Session->setLoadAddress(ImageBase.get()); in PDBContext()
/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/
H A Dt3.c63 Print(L" li->ImageBase: %xh\n", li->ImageBase); in efi_main()
85 VOID *ImageBase; in efi_main()
H A Dt6.c39 Print(L"Image base : %lx\n", loaded_image->ImageBase); in efi_main()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DpeXXigen.c490 a->ImageBase = GET_OPTHDR_IMAGE_BASE (abfd, src->ImageBase); in _bfd_XXi_swap_aouthdr_in()
560 aouthdr_int->entry += a->ImageBase; in _bfd_XXi_swap_aouthdr_in()
568 aouthdr_int->text_start += a->ImageBase; in _bfd_XXi_swap_aouthdr_in()
578 aouthdr_int->data_start += a->ImageBase; in _bfd_XXi_swap_aouthdr_in()
625 ib = extra->ImageBase; in _bfd_XXi_swap_aouthdr_out()
727 isize = (sec->vma - extra->ImageBase in _bfd_XXi_swap_aouthdr_out()
770 PUT_OPTHDR_IMAGE_BASE (abfd, extra->ImageBase, aouthdr_out->ImageBase); in _bfd_XXi_swap_aouthdr_out()
945 ss = scnhdr_int->s_vaddr - pe_data (abfd)->pe_opthdr.ImageBase; in _bfd_XXi_swap_scnhdr_out()
946 if (scnhdr_int->s_vaddr < pe_data (abfd)->pe_opthdr.ImageBase) in _bfd_XXi_swap_scnhdr_out()
1282 addr += extra->ImageBase; in pe_print_idata()
[all …]
H A Dpei-x86_64.c390 vsize = section->vma - pe_data (abfd)->pe_opthdr.ImageBase; in pex64_get_section_by_rva()
412 vaddr = xdata_section->vma - pe_data (abfd)->pe_opthdr.ImageBase; in pex64_dump_xdata()
503 + pe_data (abfd)->pe_opthdr.ImageBase)); in pex64_dump_xdata()
626 imagebase = pe_data (abfd)->pe_opthdr.ImageBase; in pex64_bfd_print_pdata_section()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DpeXXigen.c484 a->ImageBase = GET_OPTHDR_IMAGE_BASE (abfd, src->ImageBase); in _bfd_XXi_swap_aouthdr_in()
535 aouthdr_int->entry += a->ImageBase; in _bfd_XXi_swap_aouthdr_in()
543 aouthdr_int->text_start += a->ImageBase; in _bfd_XXi_swap_aouthdr_in()
553 aouthdr_int->data_start += a->ImageBase; in _bfd_XXi_swap_aouthdr_in()
600 ib = extra->ImageBase; in _bfd_XXi_swap_aouthdr_out()
702 isize = (sec->vma - extra->ImageBase in _bfd_XXi_swap_aouthdr_out()
745 PUT_OPTHDR_IMAGE_BASE (abfd, extra->ImageBase, aouthdr_out->ImageBase); in _bfd_XXi_swap_aouthdr_out()
922 ss = scnhdr_int->s_vaddr - pe_data (abfd)->pe_opthdr.ImageBase; in _bfd_XXi_swap_scnhdr_out()
923 if (scnhdr_int->s_vaddr < pe_data (abfd)->pe_opthdr.ImageBase) in _bfd_XXi_swap_scnhdr_out()
1295 addr += extra->ImageBase; in pe_print_idata()
[all …]
H A Dpei-x86_64.c375 vsize = section->vma - pe_data (abfd)->pe_opthdr.ImageBase; in pex64_get_section_by_rva()
397 vaddr = xdata_section->vma - pe_data (abfd)->pe_opthdr.ImageBase; in pex64_dump_xdata()
487 ui.rva_ExceptionHandler + pe_data (abfd)->pe_opthdr.ImageBase); in pex64_dump_xdata()
607 imagebase = pe_data (abfd)->pe_opthdr.ImageBase; in pex64_bfd_print_pdata_section()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFFModuleDefinition.h31 uint64_t ImageBase = 0; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DObject.h184 Dest.ImageBase = Src.ImageBase; in copyPeHeader()
/netbsd-src/sys/arch/i386/stand/efiboot/bootx64/
H A Dstart.S53 lea ImageBase(%rip), %rdi
H A Dldscript16 ImageBase = .;
/netbsd-src/sys/arch/i386/stand/efiboot/bootia32/
H A Dstart.S54 addl $ImageBase-0b, %eax
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Dpe.h255 char ImageBase[4]; member
294 char ImageBase[8]; member
/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A Dpe.h258 char ImageBase[4]; member
297 char ImageBase[8]; member

12345