| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | crt0_arm_efi.S | 16 .globl image_base symbol 17 image_base: label 20 .long pe_header - image_base /* Offset to the PE header */ 44 .long _start - image_base /* AddressOfEntryPoint */ 45 .long _start - image_base /* BaseOfCode */ 60 .long _edata - image_base /* SizeOfImage */ 65 .long _start - image_base /* SizeOfHeaders */ 108 .long _start - image_base /* VirtualAddress */ 110 .long _start - image_base /* PointerToRawData */ 126 adr r0, image_base
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | x86-stub.c | 360 void *image_base; in efi_pe_entry() local 378 image_base = efi_table_attr(image, image_base); in efi_pe_entry() 379 image_offset = (void *)startup_32 - image_base; in efi_pe_entry() 393 memcpy(&hdr->jump, image_base + 512, in efi_pe_entry()
|
| H A D | arm64-stub.c | 119 if (image->image_base != _text) in handle_kernel_image()
|
| H A D | efistub.h | 456 void *image_base; member 471 u32 image_base; member
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0137-util-mkimage-Unify-more-of-the-PE32-and-PE32-header-.patch | 76 - o->image_base = 0; 116 - o->image_base = 0; 147 + PE_OHDR (o32, o64, image_base) = 0;
|
| H A D | 0134-util-mkimage-Remove-unused-code-to-add-BSS-section.patch | 36 o->image_base = 0;
|
| H A D | 0138-util-mkimage-Reorder-PE-optional-header-fields-set-u.patch | 31 PE_OHDR (o32, o64, image_base) = 0;
|
| H A D | 0135-util-mkimage-Use-grub_host_to_target32-instead-of-gr.patch | 48 o->image_base = 0;
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | crt0_x86_64_efi.S | 21 lea image_base(%rip), %rdi
|
| H A D | crt0_ia32_efi.S | 26 addl $image_base-0b,%eax # %eax = ldbase
|
| H A D | elf_x86_64_efi.lds | 14 image_base = .; symbol
|
| H A D | elf_ia32_efi.lds | 14 image_base = .; symbol
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | initcall.c | 38 reloc_ofs = (unsigned long)image_base; in initcall_run_list()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pe.h | 215 uint32_t image_base; /* preferred load address */ member 249 uint64_t image_base; /* preferred load address */ member
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | header.S | 142 .set image_base, (LOAD_PHYSICAL_ADDR + 0xffff) & ~0xffff define 144 .long image_base # ImageBase 146 .quad image_base # ImageBase
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | atf_common.h | 152 uintptr_t image_base; /* physical address of base of image */ member
|
| H A D | efi.h | 320 extern char image_base[];
|
| H A D | efi_api.h | 263 void *image_base; member
|
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_image_loader.c | 180 loaded_image_info->image_base = efi; in efi_load_pe()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 1165 -image_base -init -install_name -keep_private_externs 19345 '-image_base' 61576 * image_base: Darwin Options. (line 196)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gcc.info | 1165 -image_base -init -install_name -keep_private_externs 19345 '-image_base' 61576 * image_base: Darwin Options. (line 196)
|