Home
last modified time | relevance | path

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

/DragonStub/gnuefi/
H A Dcrt0-efi-riscv64.S28 .globl ImageBase
29 ImageBase: label
32 .4byte pe_header - ImageBase // Offset to the PE header.
51 .4byte _text_size - ImageBase // SizeOfCode
52 .4byte _alldata_size - ImageBase // SizeOfInitializedData
54 .4byte _start - ImageBase // AddressOfEntryPoint
55 .4byte _text - ImageBase // BaseOfCode
69 .4byte _image_end - ImageBase // SizeOfImage
72 .4byte _text - ImageBase // SizeOfHeaders
88 .4byte _reloc - ImageBase // BaseRelocationTable (VirtualAddress)
[all …]
H A Dcrt0-efi-arm.S24 .globl ImageBase
25 ImageBase: label
28 .4byte pe_header - ImageBase // Offset to the PE header.
49 .4byte _alldata_size - ImageBase // SizeOfInitializedData
51 .4byte _start - ImageBase // AddressOfEntryPoint
52 .4byte _start - ImageBase // BaseOfCode
53 .4byte _reloc - ImageBase // BaseOfData
67 .4byte _image_end - ImageBase // SizeOfImage
70 .4byte _start - ImageBase // SizeOfHeaders
86 .4byte _reloc - ImageBase // BaseRelocationTable (VirtualAddress)
[all …]
H A Dcrt0-efi-loongarch64.S28 .globl ImageBase
29 ImageBase: label
32 .4byte pe_header - ImageBase // Offset to the PE header.
54 .4byte _start - ImageBase // AddressOfEntryPoint
55 .4byte _start - ImageBase // BaseOfCode
69 .4byte _edata - ImageBase // SizeOfImage
72 .4byte _start - ImageBase // SizeOfHeaders
127 .4byte _start - ImageBase // VirtualAddress
129 .4byte _start - ImageBase // PointerToRawData
149 la.local $a0, ImageBase // a0: ImageBase
H A Dcrt0-efi-mips64el.S25 .globl ImageBase
26 ImageBase: label
29 .4byte pe_header - ImageBase // Offset to the PE header.
51 .4byte _start - ImageBase // AddressOfEntryPoint
52 .4byte _start - ImageBase // BaseOfCode
66 .4byte _edata - ImageBase // SizeOfImage
69 .4byte _start - ImageBase // SizeOfHeaders
124 .4byte _start - ImageBase // VirtualAddress
126 .4byte _start - ImageBase // PointerToRawData
168 dli $t1, ImageBase - _pc
H A Dcrt0-efi-x86_64.S48 lea ImageBase(%rip), %rdi
H A Dcrt0-efi-aarch64.S31 adr x0, ImageBase
H A Dcrt0-efi-ia32.S52 addl $ImageBase-0b,%eax # %eax = ldbase
H A Dcrt0-efi-ia64.S44 movl out0=@gprel(ImageBase) // out0 <- ImageBase (ldbase)
H A Delf_x86_64_fbsd_efi.lds8 ImageBase = .; symbol
H A Delf_aarch64_efi.lds7 ImageBase = .; symbol
H A Delf_x86_64_efi.lds8 ImageBase = .; symbol
H A Delf_ia32_fbsd_efi.lds7 ImageBase = .; symbol
H A Delf_ia32_efi.lds7 ImageBase = .; symbol
H A Delf_ia64_efi.lds7 ImageBase = .; symbol
/DragonStub/apps/
H A Dstub.c96 image_base = (u64)loaded_image->ImageBase; in init_efi_program_info()
/DragonStub/inc/x86_64/
H A Dpe.h141 UINT32 ImageBase; member
/DragonStub/inc/ia64/
H A Dpe.h160 UINT64 ImageBase; member
/DragonStub/inc/ia32/
H A Dpe.h141 UINT32 ImageBase; member
/DragonStub/docs/
H A DREADME.gnuefi272 this means that __gp should be placed at ImageBase + 0x200000.
279 o The link address (ImageBase) of the binary is (arbitrarily) set to
/DragonStub/inc/
H A Defiprot.h1241 VOID *ImageBase; member