Home | History | Annotate | Download | only in bfd

Lines Matching refs:rva_BeginAddress

94   rf->rva_BeginAddress = bfd_get_32 (abfd, ex_rf->rva_BeginAddress);
123 ui->rva_BeginAddress = bfd_get_32 (abfd, ex_dta + 0);
167 unsigned int func_size = rf->rva_EndAddress - rf->rva_BeginAddress;
417 fprintf_vma (file, ui.rva_BeginAddress);
546 if (rf.rva_BeginAddress == 0 && rf.rva_EndAddress == 0
553 fprintf_vma (file, imagebase + rf.rva_BeginAddress);
559 if (i != 0 && rf.rva_BeginAddress <= prev_beginaddress)
563 (rf.rva_BeginAddress < prev_beginaddress ? "smaller" : "same"));
565 prev_beginaddress = rf.rva_BeginAddress;
647 if (rf.rva_BeginAddress == 0 && rf.rva_EndAddress == 0
661 fprintf_vma (file, rf.rva_BeginAddress + imagebase);
670 fprintf_vma (file, rf.rva_BeginAddress + imagebase);