HomeSort by: relevance | last modified time | path
    Searched refs:ImageBase (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/sys/external/bsd/gnu-efi/dist/gnuefi/
crt0-efi-aarch64.S 26 .globl ImageBase
27 ImageBase:
30 .long pe_header - ImageBase // Offset to the PE header.
52 .long _start - ImageBase // AddressOfEntryPoint
53 .long _start - ImageBase // BaseOfCode
56 .quad 0 // ImageBase
67 .long _edata - ImageBase // SizeOfImage
70 .long _start - ImageBase // SizeOfHeaders
92 .long _start - ImageBase // VirtualAddress
94 .long _start - ImageBase // PointerToRawDat
    [all...]
crt0-efi-arm.S 26 .globl ImageBase
27 ImageBase:
30 .long pe_header - ImageBase // Offset to the PE header.
53 .long _start - ImageBase // AddressOfEntryPoint
54 .long _start - ImageBase // BaseOfCode
58 .long 0 // ImageBase
69 .long _edata - ImageBase // SizeOfImage
72 .long _start - ImageBase // SizeOfHeaders
117 .long _start - ImageBase // VirtualAddress
119 .long _start - ImageBase // PointerToRawDat
    [all...]
crt0-efi-riscv64.S 30 .globl ImageBase
31 ImageBase:
34 .long pe_header - ImageBase // Offset to the PE header.
56 .long _start - ImageBase // AddressOfEntryPoint
57 .long _start - ImageBase // BaseOfCode
60 .quad 0 // ImageBase
71 .long _edata - ImageBase // SizeOfImage
74 .long _start - ImageBase // SizeOfHeaders
112 .long _start - ImageBase // VirtualAddress
114 .long _start - ImageBase // PointerToRawDat
    [all...]
crt0-efi-mips64el.S 27 .globl ImageBase
28 ImageBase:
31 .long pe_header - ImageBase // Offset to the PE header.
53 .long _start - ImageBase // AddressOfEntryPoint
54 .long _start - ImageBase // BaseOfCode
57 .quad 0 // ImageBase
68 .long _edata - ImageBase // SizeOfImage
71 .long _start - ImageBase // SizeOfHeaders
116 .long _start - ImageBase // VirtualAddress
118 .long _start - ImageBase // PointerToRawDat
    [all...]
crt0-efi-x86_64.S 49 lea ImageBase(%rip), %rdi
elf_x86_64_fbsd_efi.lds 10 ImageBase = .;
crt0-efi-ia32.S 53 addl $ImageBase-0b,%eax # %eax = ldbase
crt0-efi-ia64.S 46 movl out0=@gprel(ImageBase) // out0 <- ImageBase (ldbase)
elf_ia32_efi.lds 9 ImageBase = .;
elf_ia32_fbsd_efi.lds 9 ImageBase = .;
elf_ia64_efi.lds 9 ImageBase = .;
elf_x86_64_efi.lds 10 ImageBase = .;
  /src/sys/arch/i386/stand/efiboot/bootia32/
start.S 54 addl $ImageBase-0b, %eax
57 pushl %eax /* ImageBase */
59 popl %ebx /* remove ImageBase from the stack */
ldscript 15 ImageBase = .;
  /src/sys/arch/i386/stand/efiboot/bootx64/
start.S 53 lea ImageBase(%rip), %rdi
ldscript 16 ImageBase = .;
  /src/sys/external/bsd/gnu-efi/dist/apps/
t6.c 39 Print(L"Image base : %lx\n", loaded_image->ImageBase);
t3.c 63 Print(L" li->ImageBase: %xh\n", li->ImageBase);
85 VOID *ImageBase;
  /src/sys/arch/ia64/stand/ia64/efi/
ldscript.ia64 12 ImageBase = .;
start.S 82 movl loc2=@gprel(ImageBase)
main.c 134 printf("Image base: 0x%lx\n", (u_long)img->ImageBase);
  /src/sys/stand/efiboot/
efiboot.c 95 Print(L"ImageBase : 0x%" PRIxEFIPTR "\n", efi_li->ImageBase);
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
pe.h 143 UINT32 ImageBase;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
pe.h 162 UINT64 ImageBase;
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
pe.h 143 UINT32 ImageBase;

Completed in 620 milliseconds

1 2