HomeSort by: relevance | last modified time | path
    Searched defs:imagebase (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
pei-x86_64.c 375 vsize = section->vma - pe_data (abfd)->pe_opthdr.ImageBase;
397 vaddr = xdata_section->vma - pe_data (abfd)->pe_opthdr.ImageBase;
487 ui.rva_ExceptionHandler + pe_data (abfd)->pe_opthdr.ImageBase);
545 bfd_vma imagebase; local
607 imagebase = pe_data (abfd)->pe_opthdr.ImageBase;
609 imagebase = 0;
625 fprintf (file, ":\t%016" PRIx64, imagebase + rf.rva_BeginAddress);
626 fprintf (file, " %016" PRIx64, imagebase + rf.rva_EndAddress);
627 fprintf (file, " %016" PRIx64 "\n", imagebase + rf.rva_UnwindData)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
pei-x86_64.c 377 vsize = section->vma - pe_data (abfd)->pe_opthdr.ImageBase;
399 vaddr = xdata_section->vma - pe_data (abfd)->pe_opthdr.ImageBase;
489 ui.rva_ExceptionHandler + pe_data (abfd)->pe_opthdr.ImageBase);
547 bfd_vma imagebase; local
609 imagebase = pe_data (abfd)->pe_opthdr.ImageBase;
611 imagebase = 0;
627 fprintf (file, ":\t%016" PRIx64, imagebase + rf.rva_BeginAddress);
628 fprintf (file, " %016" PRIx64, imagebase + rf.rva_EndAddress);
629 fprintf (file, " %016" PRIx64 "\n", imagebase + rf.rva_UnwindData)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
pei-x86_64.c 375 vsize = section->vma - pe_data (abfd)->pe_opthdr.ImageBase;
397 vaddr = xdata_section->vma - pe_data (abfd)->pe_opthdr.ImageBase;
487 ui.rva_ExceptionHandler + pe_data (abfd)->pe_opthdr.ImageBase);
545 bfd_vma imagebase; local
607 imagebase = pe_data (abfd)->pe_opthdr.ImageBase;
609 imagebase = 0;
625 fprintf (file, ":\t%016" PRIx64, imagebase + rf.rva_BeginAddress);
626 fprintf (file, " %016" PRIx64, imagebase + rf.rva_EndAddress);
627 fprintf (file, " %016" PRIx64 "\n", imagebase + rf.rva_UnwindData)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
pei-x86_64.c 375 vsize = section->vma - pe_data (abfd)->pe_opthdr.ImageBase;
397 vaddr = xdata_section->vma - pe_data (abfd)->pe_opthdr.ImageBase;
487 ui.rva_ExceptionHandler + pe_data (abfd)->pe_opthdr.ImageBase);
545 bfd_vma imagebase; local
607 imagebase = pe_data (abfd)->pe_opthdr.ImageBase;
609 imagebase = 0;
625 fprintf (file, ":\t%016" PRIx64, imagebase + rf.rva_BeginAddress);
626 fprintf (file, " %016" PRIx64, imagebase + rf.rva_EndAddress);
627 fprintf (file, " %016" PRIx64 "\n", imagebase + rf.rva_UnwindData)
    [all...]

Completed in 26 milliseconds