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

  /toolchain/binutils/binutils-2.27/bfd/
peXXigen.c 633 struct internal_extra_pe_aouthdr *extra = &pe->pe_opthdr;
642 idata2 = pe->pe_opthdr.DataDirectory[PE_IMPORT_TABLE];
643 idata5 = pe->pe_opthdr.DataDirectory[PE_IMPORT_ADDRESS_TABLE];
644 tls = pe->pe_opthdr.DataDirectory[PE_TLS_TABLE];
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;
coff-mcore.c 228 addr -= pe_data (output_bfd)->pe_opthdr.ImageBase;
320 * addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase;
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;
peicode.h 233 scnhdr_int->s_vaddr += pe_data (abfd)->pe_opthdr.ImageBase;
275 memset (& pe->pe_opthdr, 0, sizeof pe->pe_opthdr);
321 pe->pe_opthdr = ((struct internal_aouthdr *) aouthdr)->pe;
    [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 123 struct internal_extra_pe_aouthdr pe_opthdr; member in struct:pe_tdata
coff-ppc.c 926 addr -= pe_data (obfd)->pe_opthdr.ImageBase;
    [all...]
cofflink.c     [all...]
libcoff.h 127 struct internal_extra_pe_aouthdr pe_opthdr; member in struct:pe_tdata
    [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...]
coff-arm.c 538 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase;
947 addr -= pe_data (output_bfd)->pe_opthdr.ImageBase;
    [all...]
coffcode.h     [all...]
  /toolchain/binutils/binutils-2.27/binutils/
objcopy.c     [all...]
rescoff.c 160 - pe_data (abfd)->pe_opthdr.ImageBase);
  /toolchain/binutils/binutils-2.27/ld/
pe-dll.c     [all...]

Completed in 246 milliseconds