| /freebsd-9-stable/sys/boot/i386/efi/ |
| D | reloc.c | 39 _reloc(unsigned long ImageBase, Elf32_Dyn *dynamic, EFI_HANDLE image_handle, in _reloc() argument 56 ImageBase); in _reloc() 83 newaddr = (unsigned long *)(ImageBase + rel->r_offset); in _reloc() 84 *newaddr += ImageBase; in _reloc()
|
| D | start.S | 52 addl $ImageBase-0b, %eax
|
| D | ldscript.i386 | 9 ImageBase = .;
|
| D | ldscript.amd64 | 9 ImageBase = .;
|
| D | main.c | 82 printf("Image base: 0x%lx\n", (u_long)img->ImageBase); in main()
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | peXXigen.c | 420 a->ImageBase = GET_OPTHDR_IMAGE_BASE (abfd, src->ImageBase); in _bfd_XXi_swap_aouthdr_in() 469 aouthdr_int->entry += a->ImageBase; in _bfd_XXi_swap_aouthdr_in() 477 aouthdr_int->text_start += a->ImageBase; in _bfd_XXi_swap_aouthdr_in() 487 aouthdr_int->data_start += a->ImageBase; in _bfd_XXi_swap_aouthdr_in() 554 ib = extra->ImageBase; in _bfd_XXi_swap_aouthdr_out() 656 isize = (sec->vma - extra->ImageBase in _bfd_XXi_swap_aouthdr_out() 688 PUT_OPTHDR_IMAGE_BASE (abfd, extra->ImageBase, aouthdr_out->ImageBase); in _bfd_XXi_swap_aouthdr_out() 871 - pe_data (abfd)->pe_opthdr.ImageBase) in _bfd_XXi_swap_scnhdr_out() 1089 addr += extra->ImageBase; in pe_print_idata() 1179 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()
|
| D | coff-arm.c | 539 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase; in coff_arm_rtype_to_howto() 953 addr -= pe_data (output_bfd)->pe_opthdr.ImageBase; in arm_emit_base_file_entry()
|
| /freebsd-9-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-9-stable/crypto/openssl/crypto/ |
| D | cryptlib.c | 352 (BYTE *) nt_headers->OptionalHeader.ImageBase) in DllInit() 393 (HINSTANCE) (nt_headers->OptionalHeader.ImageBase)) in DllMain()
|
| /freebsd-9-stable/sys/boot/ia64/efi/ |
| D | ldscript.ia64 | 9 ImageBase = .;
|
| D | start.S | 56 movl loc2=@gprel(ImageBase)
|
| D | main.c | 616 printf("image loaded at %p\n", img->ImageBase); in command_about()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Object/ |
| D | COFF.h | 75 support::ulittle32_t ImageBase; member 108 support::ulittle64_t ImageBase; member
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | COFF.h | 463 uint64_t ImageBase; member
|
| /freebsd-9-stable/sys/boot/efi/include/i386/ |
| D | pe.h | 138 UINT32 ImageBase; member
|
| /freebsd-9-stable/sys/boot/efi/include/ia64/ |
| D | pe.h | 157 UINT64 ImageBase; member
|
| /freebsd-9-stable/contrib/binutils/ld/emultempl/ |
| D | pep.em | 257 D(ImageBase,"__image_base__", NT_EXE_IMAGE_BASE), 261 D(ImageBase,"__ImageBase", NT_EXE_IMAGE_BASE), 1269 pep.ImageBase = 1270 pe_data (output_bfd)->pe_opthdr.ImageBase = 1275 exp_assop ('=', "__image_base__", exp_intop (pep.ImageBase));
|
| /freebsd-9-stable/contrib/binutils/ld/ |
| D | pe-dll.c | 1439 if (pe_data (output_bfd)->pe_opthdr.ImageBase) in pe_dll_generate_def_file() 1441 (unsigned long) pe_data (output_bfd)->pe_opthdr.ImageBase); in pe_dll_generate_def_file() 2807 image_base = pe_data (abfd)->pe_opthdr.ImageBase; in pe_dll_fill_sections() 2838 image_base = pe_data (abfd)->pe_opthdr.ImageBase; in pe_exe_fill_sections()
|
| /freebsd-9-stable/sys/boot/efi/include/ |
| D | efiapi.h | 389 VOID *ImageBase; member
|
| /freebsd-9-stable/contrib/binutils/binutils/ |
| D | rescoff.c | 154 - pe_data (abfd)->pe_opthdr.ImageBase); in read_coff_rsrc()
|