HomeSort by relevance Sort by last modified time
    Searched refs:pe_data (Results 1 - 17 of 17) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
coff-mcore.c 228 addr -= pe_data (output_bfd)->pe_opthdr.ImageBase;
320 * addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase;
512 && pe_data (output_bfd)->in_reloc_p (output_bfd, howto)
peXXigen.c 632 pe_data_type *pe = pe_data (abfd);
824 if (pe_data (abfd)->has_reloc_section
825 || pe_data (abfd)->dont_strip_reloc)
828 if (pe_data (abfd)->dll)
881 if ((pe_data (abfd)->insert_timestamp))
959 - pe_data (abfd)->pe_opthdr.ImageBase
    [all...]
pei-x86_64.c 303 vsize = section->vma - pe_data (abfd)->pe_opthdr.ImageBase;
325 vaddr = xdata_section->vma - pe_data (abfd)->pe_opthdr.ImageBase;
412 + pe_data (abfd)->pe_opthdr.ImageBase));
533 imagebase = pe_data (abfd)->pe_opthdr.ImageBase;
peicode.h 233 scnhdr_int->s_vaddr += pe_data (abfd)->pe_opthdr.ImageBase;
268 pe = pe_data (abfd);
292 pe = pe_data (abfd);
355 XXX: Should we be copying other flags or other fields in the pe_data()
357 if (pe_data (obfd) != NULL
358 && pe_data (ibfd) != NULL
359 && pe_data (ibfd)->real_flags & IMAGE_FILE_LARGE_ADDRESS_AWARE)
360 pe_data (obfd)->real_flags |= IMAGE_FILE_LARGE_ADDRESS_AWARE;
    [all...]
coff-i386.c 136 diff -= pe_data (output_bfd)->pe_opthdr.ImageBase;
509 *addendp -= pe_data(sec->output_section->owner)->pe_opthdr.ImageBase;
coff-x86_64.c 135 diff -= pe_data (output_bfd)->pe_opthdr.ImageBase;
631 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase;
coff-ppc.c 926 addr -= pe_data (obfd)->pe_opthdr.ImageBase;
    [all...]
pe-mips.c 460 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase;
814 - pe_data (input_section->output_section->owner)->pe_opthdr.ImageBase;
libcoff-in.h 140 #define pe_data(bfd) ((bfd)->tdata.pe_obj_data) macro
cofflink.c     [all...]
coffcode.h     [all...]
coff-arm.c 538 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase;
947 addr -= pe_data (output_bfd)->pe_opthdr.ImageBase;
    [all...]
libcoff.h 144 #define pe_data(bfd) ((bfd)->tdata.pe_obj_data) macro
    [all...]
coff-sh.c 458 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase;
615 insn -= pe_data (input_section->output_section->owner)->pe_opthdr.ImageBase;
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
pe-dll.c     [all...]
  /toolchain/binutils/binutils-2.27/binutils/
rescoff.c 160 - pe_data (abfd)->pe_opthdr.ImageBase);
objcopy.c     [all...]

Completed in 389 milliseconds