Home | History | Annotate | Download | only in bfd

Lines Matching defs:imagebase

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;
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);
724 fprintf (file, " %016" PRIx64, rf.rva_UnwindData + imagebase);
730 rf.rva_BeginAddress + imagebase);
738 rf.rva_BeginAddress + imagebase,
739 rf.rva_EndAddress + imagebase);
750 altent += imagebase;