Home | History | Annotate | Download | only in bfd

Lines Matching defs:imagebase

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;
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);
726 fprintf (file, " %016" PRIx64, rf.rva_UnwindData + imagebase);
732 rf.rva_BeginAddress + imagebase);
740 rf.rva_BeginAddress + imagebase,
741 rf.rva_EndAddress + imagebase);
752 altent += imagebase;